From 4ba4422daeadf3072e9dfa5d8433f1374c025b2c Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Tue, 21 Sep 2021 15:44:42 +0200 Subject: [PATCH] fix: --- client/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/Dockerfile b/client/Dockerfile index f6d50f1f5..592e2f341 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -24,6 +24,4 @@ FROM nginx COPY ./nginx/sites/default.conf /etc/nginx/conf.d/default.conf -RUN /bin/bash /root/scripts/nginx-build.sh - COPY --from=build /app/build /usr/share/nginx/html