diff --git a/Dockerfile b/Dockerfile index 26f1e3f..51861d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . FROM nginx RUN ls -COPY --from=build dist/ /usr/share/nginx/html/ +#COPY --from=build . /usr/share/nginx/html/ #RUN rm /etc/nginx/conf.d/default.conf #COPY _nginx/nginx.conf /etc/nginx/conf.d