Skip to content

Commit

Permalink
bash -> sh
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Jan 17, 2025
1 parent fa79a6d commit 56d6a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ USER nextjs
EXPOSE 3000

# Start the application using bash
CMD ["/bin/bash", "./start.sh"]
CMD ["/bin/sh", "./start.sh"]
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import QueryDetails from '../QueryDetails';
/**
* Component that manages a List items, which are composed of Dataset and/or Cohorts
*/
// TODO Move to config.
const columns = [
{
accessorKey: 'name',
Expand Down

0 comments on commit 56d6a76

Please sign in to comment.