Update entrypoint.sh

This commit is contained in:
nardis556
2023-04-16 15:03:12 -05:00
committed by GitHub
parent bd8d91ebe5
commit 26988bd607

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
CMD="npm start"
CMD="npm start && pm2 start"
# if the first arg starts with "-" pass it to program
if [ "${1#-}" != "$1" ]; then