Update docker-compose.yml
Docker Deploy / build-and-push (push) Successful in 4m28s

This commit is contained in:
2026-01-30 06:23:19 +00:00
parent 9518a0f18b
commit bb1f778210
+3 -1
View File
@@ -1,6 +1,8 @@
services: services:
app: app:
image: ${IMAGE} build:
context: .
dockerfile: Dockerfile
ports: ports:
- "${APP_PORT}:4321" - "${APP_PORT}:4321"
environment: environment: