diff --git a/Dockerfile b/Dockerfile index 56a6d97..4a28e79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,6 @@ RUN DEBIAN_FRONTEND=NONINTERACTIVE apt-get install -y \ libglib2.0-0 \ nginx \ rsync \ - less \ git \ sqlite3 \ python2 \ @@ -74,7 +73,6 @@ RUN DEBIAN_FRONTEND=NONINTERACTIVE apt-get install -y \ jq \ nano \ shellinabox \ - nginx \ curl \ less @@ -106,7 +104,7 @@ COPY /ketrface /website/ketrface FROM runtime AS website RUN echo "Building PRODUCTION" COPY /server/production.location /etc/nginx/snippets/active.location -COPY --from=production /frontend /website/frontend +COPY --from=production /website/frontend /website/frontend COPY --from=production /website/dist /website/dist COPY --from=production /website/*.html /website/ COPY --from=production /website/client/build /website/client/build