Updated docker

This commit is contained in:
2024-08-10 13:47:28 -04:00
parent 875d62c7e7
commit 848bf8536f
3 changed files with 6 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
version: '3.8'
name: auburnoil
@@ -7,7 +6,7 @@ services:
container_name: auburnoil
restart: on-failure
build:
context: ../auburn-oil_frontend
context: ../auburnoil_frontend
dockerfile: Dockerfile.prod
ports:
- "5180:3000"
@@ -15,7 +14,7 @@ services:
api:
restart: on-failure
build:
context: ../auburn-oil_api
context: ../auburnoil_api
dockerfile: Dockerfile
ports:
- '5181:8000'