From 92daa55309c03b81ac116076360b151e8565677a Mon Sep 17 00:00:00 2001 From: Witalij Poljatchek Date: Thu, 11 Jan 2024 02:09:46 +0100 Subject: [PATCH] . --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dc2fa6..b0fa0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM nginx WORKDIR /app COPY . . -COPY --from=build /app/dist /usr/share/nginx/html/ +#COPY --from=build /app/dist /usr/share/nginx/html/ +COPY /app/dist /usr/share/nginx/html/ RUN rm /etc/nginx/conf.d/default.conf COPY _nginx/nginx.conf /etc/nginx/conf.d \ No newline at end of file