From 6da12f679d4368027090fe7915806da9ce7b1b51 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 21 Sep 2021 13:44:36 +0200 Subject: [PATCH] faa --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index f0f1452ce..80dddc322 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -33,4 +33,4 @@ COPY nginx/certs /etc/ssl/ RUN /bin/bash /root/scripts/nginx-build.sh -COPY ./build /usr/share/nginx/html +COPY --from=build ./build /usr/share/nginx/html