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:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
image: himboapps/atridotdad:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
image: atridad:latest
|
|
||||||
command: ["/app"]
|
command: ["/app"]
|
||||||
pull_policy: build
|
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
|
|
Loading…
Add table
Reference in a new issue