Update docker-compose.yml
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m28s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m28s
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: ${IMAGE}
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT}:4321"
|
- "${APP_PORT}:4321"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user