fix: add go.sum and fixes
This commit is contained in:
@@ -24,8 +24,11 @@ case "$MODE" in
|
||||
exec npm start
|
||||
;;
|
||||
all)
|
||||
echo "Starting all services with supervisor..."
|
||||
exec supervisord -c /etc/supervisord.conf
|
||||
echo "Starting all services..."
|
||||
# Start server in background
|
||||
/app/bin/ophion-server &
|
||||
# Start web
|
||||
cd /app/web && npm start
|
||||
;;
|
||||
*)
|
||||
echo "Unknown mode: $MODE"
|
||||
|
||||
Reference in New Issue
Block a user