Skip to content

Commit

Permalink
container
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Sep 27, 2024
1 parent 2f39cd7 commit 67a9298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if [ "$DEPLOYMENT" = "development" ]; then
else
chown -R node:node /app
npm run build
npm run serve -- --host
fi
npm run server:prod
fi

0 comments on commit 67a9298

Please sign in to comment.