Skip to content

Commit

Permalink
fix node
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Apr 2, 2024
1 parent 3cb6947 commit 942f445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/nodejs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ services:
env_file: .env
volumes:
- app:/home/node/app
command: >
sh -c "cd /home/node/app/classic &&
npm run start -- --host 0.0.0.0"
#command: sh -c "cd /home/node/app/classic && npm run start -- --host 0.0.0.0"
environment:
- NODE_ENV=production
ports:
Expand Down

0 comments on commit 942f445

Please sign in to comment.