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: