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 6f49345 commit 90c2a83Copy full SHA for 90c2a83
Dockerfile
@@ -24,7 +24,7 @@ RUN chmod +x /usr/src/app/build-production.sh
24
25
EXPOSE ${PORT}
26
27
-CMD sh boot.sh
+CMD /usr/src/app/boot.sh
28
29
# This stuff only runs when building an image from the template
30
ONBUILD RUN rm -Rf /app/scripts
boot.sh
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env bash
2
if [ "$NODE_ENV" == "development" ]
3
then
4
# Run live-reload development
0 commit comments