error build file fixed

This commit is contained in:
2024-10-07 22:58:33 -04:00
parent 97fa0fdc42
commit fed6f9236f

View File

@@ -28,7 +28,7 @@ services:
restart: on-failure restart: on-failure
build: build:
context: ../eamco_money_api context: ../eamco_money_api
dockerfile: Dockerfile dockerfile: Dockerfile.prod
ports: ports:
- '9513:8000' - '9513:8000'
command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000' command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000'
@@ -38,7 +38,7 @@ services:
restart: on-failure restart: on-failure
build: build:
context: ../eamco_auto_api context: ../eamco_auto_api
dockerfile: Dockerfile dockerfile: Dockerfile.prod
ports: ports:
- '9514:8000' - '9514:8000'
command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000' command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000'