Fixed workflow

This commit is contained in:
Atridad Lahiji 2024-09-20 01:25:09 -06:00
parent 65468efadb
commit e8a3bd48bf
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438
2 changed files with 11 additions and 5 deletions

10
docker-compose.dev.yml Normal file
View file

@ -0,0 +1,10 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"

View file

@ -1,10 +1,6 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
image: atridad:latest
image: himboapps/atridotdad:latest
command: ["/app"]
pull_policy: build
ports:
- "3000:3000"