diff --git a/Dockerfile b/Dockerfile index 735d078..135c749 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ RUN yarn build #Stage 2 FROM nginx:1.19.0 -COPY . /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/default.conf - WORKDIR /usr/share/nginx/html RUN rm -rf ./*