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.
2 parents fec2741 + 8e6dfb3 commit e2df507Copy full SHA for e2df507
.reaction/entrypoint.sh
@@ -18,7 +18,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")/.."
18
usermod --uid "$(stat -c "%u" .)" --non-unique node |& grep -v "no changes" || true
19
./.reaction/fix-volumes.sh
20
export NODE_ENV="${NODE_ENV:-production}"
21
-command=(node .)
+command=(./bin/start)
22
if [[ $# -gt 0 ]]; then
23
command=($@)
24
fi
0 commit comments