feat: web docker

This commit is contained in:
2026-03-11 16:59:56 +08:00
parent ce53a4f218
commit 7bd4e379de
2 changed files with 69 additions and 0 deletions

View File

@@ -10,3 +10,13 @@ services:
- "3001:3001"
env_file:
- apps/csms/.env
web:
container_name: helios-web
build:
context: .
dockerfile: apps/web/Dockerfile
ports:
- "3000:3000"
env_file:
- apps/web/.env