From 315ad2d5bdc03c9438cbc336c63ff7451f990137 Mon Sep 17 00:00:00 2001 From: Witalij Poljatchek Date: Wed, 10 Jan 2024 22:47:25 +0100 Subject: [PATCH] test --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 327d7f4..00bf8a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ WORKDIR /app CMD ['pwd'] #COPY dist -#FROM nginx -#COPY --from=build dist/ /usr/share/nginx/html/ +FROM nginx +COPY --from=build dist/ /usr/share/nginx/html/ #RUN rm /etc/nginx/conf.d/default.conf #COPY _nginx/nginx.conf /etc/nginx/conf.d