From 21e61ea7c6d4953ff11836182065289d91d71cfc Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Tue, 21 Sep 2021 12:27:11 +0200 Subject: [PATCH] xx xx --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index b619f9a01..d7f3af40a 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -32,4 +32,4 @@ COPY ./nginx/scripts /root/scripts/ RUN /bin/bash /root/scripts/nginx-build.sh -RUN cp ./build/. /usr/share/nginx/html +COPY ./build /usr/share/nginx/html