This commit is contained in:
2024-04-11 12:07:19 -04:00
commit 2a368ae0d4
3 changed files with 62 additions and 0 deletions

15
docker-compose.build.yml Executable file
View File

@@ -0,0 +1,15 @@
version: '3.8'
name: auburnoil
services:
frontend:
container_name: goodoil
image: anekdotin/goodoil:latest
restart: on-failure
build:
context: ../oil_frontend
dockerfile: Dockerfile.prod
ports:
- "5180:3000"