We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f0f2c commit d1a817cCopy full SHA for d1a817c
Dockerfile
@@ -14,4 +14,4 @@ RUN npm install
14
EXPOSE 3040
15
16
# Command to run the start script
17
-CMD ["bash", "start.sh"]
+CMD ["sh", "start.sh"]
0 commit comments