Updated docker file
This commit is contained in:
@@ -3,7 +3,6 @@ name: auburnoil
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
auburn-oil_frontend:
|
auburn-oil_frontend:
|
||||||
container_name: auburnoil
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
build:
|
build:
|
||||||
context: ../auburnoil_frontend
|
context: ../auburnoil_frontend
|
||||||
@@ -15,7 +14,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
build:
|
build:
|
||||||
context: ../auburnoil_api
|
context: ../auburnoil_api
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile.prod
|
||||||
ports:
|
ports:
|
||||||
- '5181:8000'
|
- '5181:8000'
|
||||||
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
|
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
|
||||||
|
|||||||
Reference in New Issue
Block a user