We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ca91d commit 2a71271Copy full SHA for 2a71271
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