Fix Docker build context in docker-compose.deploy.yml

Change build context from '.' to '..' to correctly reference Dockerfile at repo root when compose file is in docker/ directory. This fixes Portainer deployment errors.
This commit is contained in:
Arnaud
2026-07-01 11:17:02 +02:00
parent b2ac623836
commit 5ef548d7d3
+1 -1
View File
@@ -66,7 +66,7 @@ services:
web:
build:
context: .
context: ..
dockerfile: Dockerfile
restart: always
environment: