Skip to content

Commit 11a03e9

Browse files
committed
fix: force bash for setup.sh instead of nodejs
1 parent 2210712 commit 11a03e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ RUN chmod +x ./setup.sh
3333
EXPOSE 3000
3434

3535
# Set the default command to run setup.sh
36-
CMD ["./setup.sh"]
36+
CMD ["/bin/bash", "./setup.sh"]

0 commit comments

Comments
 (0)