feat: web docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user