feat: build custom image for backend

This commit is contained in:
2025-12-02 16:19:51 +01:00
parent c99017623b
commit 187b56b464
3 changed files with 28 additions and 3 deletions
+3 -3
View File
@@ -23,7 +23,9 @@ services:
isop-backend:
container_name: isop-backend
image: dunglas/frankenphp
build:
context: ../backend
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- ../backend/.env
@@ -37,8 +39,6 @@ services:
ports:
- 443:443
- 443:443/udp
volumes:
- ../backend:/app
depends_on:
isop-database:
condition: service_healthy