diff --git a/Dockerfile b/Dockerfile index bcbc198..02e1602 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,8 @@ COPY . . RUN echo "$PWD" FROM nginx RUN echo "$PWD" +RUN echo "$LS" COPY --from=build . /usr/share/nginx/html/ #RUN rm /etc/nginx/conf.d/default.conf #COPY _nginx/nginx.conf /etc/nginx/conf.d - - -