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:
|
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"
|
||||||
|
Reference in New Issue
Block a user