16 lines
427 B
YAML
16 lines
427 B
YAML
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"
|