feat(deploy): add docker

This commit is contained in:
2026-02-11 16:30:54 +08:00
parent 03a1e6043d
commit d44a69bdaa
9 changed files with 230 additions and 27 deletions

View File

@@ -0,0 +1,9 @@
services:
iam-front:
build:
context: ../..
dockerfile: deploy/docker/Dockerfile
env_file:
- ../../.env
ports:
- "${PORT}:${PORT}"