We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2210712 commit 11a03e9Copy full SHA for 11a03e9
1 file changed
Dockerfile
@@ -33,4 +33,4 @@ RUN chmod +x ./setup.sh
33
EXPOSE 3000
34
35
# Set the default command to run setup.sh
36
-CMD ["./setup.sh"]
+CMD ["/bin/bash", "./setup.sh"]
0 commit comments