diff --git a/Dockerfile b/Dockerfile index 8049cd3..17169b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,10 @@ RUN node -v # make the 'app' folder the current working directory WORKDIR /dist -#COPY dist - +COPY . . +CMD [ "pwd" ] FROM nginx +CMD [ "pwd" ] COPY --from=build . /usr/share/nginx/html/ #RUN rm /etc/nginx/conf.d/default.conf