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:
|
||||
app:
|
||||
image: ${IMAGE}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "${APP_PORT}:4321"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user