This commit is contained in:
Baobhan Sith
2025-04-28 15:06:53 +08:00
parent cfbc124295
commit cc41359093
7 changed files with 221 additions and 59 deletions
+2
View File
@@ -16,6 +16,8 @@ services:
build:
context: .
dockerfile: packages/backend/Dockerfile
env_file:
- .env # Load environment variables from .env file in the root
container_name: nexus-terminal-backend
ports:
- "18112:3001"