修正端口到3001
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
draw-app:
|
||||
build: .
|
||||
container_name: draw-app
|
||||
restart: always
|
||||
ports:
|
||||
- "3010:3010"
|
||||
volumes:
|
||||
- ./server/lottery.db:/app/server/lottery.db
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3010
|
||||
Reference in New Issue
Block a user