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,9 +1,8 @@
version: '3.8'
name: auburnoil
services:
front:
auburn-oil_frontend:
restart: on-failure
build:
context: ../auburnoil_frontend
@@ -15,7 +14,7 @@ services:
command: 'npm run dev'
api_dev:
auburn-oil_api:
restart: on-failure
build:
context: ../auburnoil_api