diff --git a/Dockerfile b/Dockerfile index c9d5beb..9f2980d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,23 +4,17 @@ RUN node -v # make the 'app' folder the current working directory -RUN echo "----------------------------" RUN pwd RUN ls -RUN echo "----------------------------" -WORKDIR /dist +#WORKDIR /dist COPY . . -RUN echo "----------------------------" -RUN pwd -RUN ls -RUN echo "----------------------------" -FROM nginx -RUN echo "----------------------------" -RUN pwd -RUN ls -RUN echo "----------------------------" -COPY --from=build . /usr/share/nginx/html/ +#FROM nginx +#RUN echo "----------------------------" +#RUN pwd +#RUN ls +#RUN echo "----------------------------" +#COPY --from=build . /usr/share/nginx/html/ #RUN rm /etc/nginx/conf.d/default.conf #COPY _nginx/nginx.conf /etc/nginx/conf.d