This commit is contained in:
Olusesan Ameye
2025-05-07 09:25:14 +00:00
parent 4ec90e1490
commit 0f41a5179d
+2 -1
View File
@@ -2,6 +2,7 @@ version: '3.8'
services: services:
mermsemr-core: mermsemr-core:
image: registry.chiefsoft.net/merms-core-backend-flask:latest
build: ./services/web build: ./services/web
command: python manage.py run -h 0.0.0.0 command: python manage.py run -h 0.0.0.0
volumes: volumes:
@@ -9,4 +10,4 @@ services:
ports: ports:
- "${APP_PORT:-14700}:5000" - "${APP_PORT:-14700}:5000"
env_file: env_file:
- ./.env.production - ./.env.production