From 90eb4b0c43db822decbd50a14404d2746e828234 Mon Sep 17 00:00:00 2001 From: Bert Hausmans Date: Tue, 6 Jan 2026 01:53:26 +0100 Subject: [PATCH] Vereenvoudig docker-compose.prod.yml build syntax --- docker-compose.prod.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index a127bf7..11af34c 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -6,9 +6,7 @@ version: '3.8' services: questionnaire: - build: - context: http://10.0.10.205:3000/bert.hausmans/questionnaire.git#main - dockerfile: Dockerfile + build: http://10.0.10.205:3000/bert.hausmans/questionnaire.git#main container_name: questionnaire ports: - "4000:4000"