error build file fixed
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user