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