Fixed workflow
This commit is contained in:
10
docker-compose.dev.yml
Normal file
10
docker-compose.dev.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: atridad:latest
|
||||
command: ["/app"]
|
||||
pull_policy: build
|
||||
ports:
|
||||
- "3000:3000"
|
@ -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"
|
||||
|
Reference in New Issue
Block a user