From bb54680c128828ee6c00907789f2f1fe23ff2e7a Mon Sep 17 00:00:00 2001 From: JvB94 Date: Mon, 8 Nov 2021 20:23:16 +0100 Subject: [PATCH] source folder for build caddy change caddy is a part of the dockerfile who is located in api folder. The current source folder does not exist --- deployment/minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/minikube.md b/deployment/minikube.md index 7d9687e2e5a..d21debe57ee 100644 --- a/deployment/minikube.md +++ b/deployment/minikube.md @@ -19,7 +19,7 @@ Finally, [install Helm](https://helm.sh/docs/intro/install/). We'll use it to de First, build the images: docker build -t localhost:5000/php api --target api_platform_php - docker build -t localhost:5000/caddy caddy --target api_platform_caddy + docker build -t localhost:5000/caddy api --target api_platform_caddy docker build -t localhost:5000/pwa pwa --target api_platform_pwa_prod Then push the images in the registry installed in Minikube: