fix
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
vfxdemo:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
NPM_REGISTRY: https://registry.npmmirror.com
|
||||
image: vfxdemo:cn
|
||||
container_name: vfxdemo
|
||||
ports:
|
||||
- "5180:5180"
|
||||
environment:
|
||||
- PORT=5180
|
||||
- NODE_ENV=production
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user