fix: load config on runtime

This commit is contained in:
Mohamed Marrouchi
2024-09-17 17:12:20 +01:00
committed by Yassine Sallemi
parent d2555d9f94
commit aa05fe1704
7 changed files with 110 additions and 46 deletions

View File

@@ -16,6 +16,11 @@ services:
- ../api/migrations:/app/migrations
#- ../api/node_modules:/app/node_modules
command: ["npm", "run", "start:debug"]
hexabot-frontend:
build:
context: ../
dockerfile: ./frontend/Dockerfile
mongo-express:
container_name: mongoUi