Skip to content

Commit

Permalink
build: NODE_ENV=production
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Nov 8, 2023
1 parent 6425c0f commit d8fb0e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
volumes:
- ./config:/home/node/app/config:ro
- ./output:/home/node/app/output
environment:
NODE_ENV: production
command: npm run update-server
# proxy 可能需要输入验证码
stdin_open: true
Expand Down

0 comments on commit d8fb0e6

Please sign in to comment.