feat:新增文件内容
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
BASE_IMAGE: docker.m.daocloud.io/library/node:20-bookworm-slim
|
||||
APT_MIRROR: mirrors.aliyun.com
|
||||
NPM_REGISTRY: https://registry.npmmirror.com
|
||||
container_name: ai-vfx-editor-mvp
|
||||
environment:
|
||||
- NPM_CONFIG_REGISTRY=https://registry.npmmirror.com
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
ports:
|
||||
- "5173:5173"
|
||||
Reference in New Issue
Block a user