Merge pull request #53 from Hexastack/hotfix/dev-compose-file

fix: dev compose file
This commit is contained in:
Mohamed Marrouchi 2024-09-20 20:46:10 +01:00 committed by GitHub
commit a99efa468b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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