Fixed workflow
This commit is contained in:
parent
65468efadb
commit
e8a3bd48bf
2 changed files with 11 additions and 5 deletions
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue