Skip to content

Commit 2a71271

Browse files
authored
fix: force bash for setup.sh instead of nodejs (#25)
1 parent a4ca91d commit 2a71271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)