From f8852d173dfd85907e8366624c06962eaf84ca11 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Fri, 20 Jan 2023 16:27:47 -0800 Subject: [PATCH] Fixed key reference Signed-off-by: James Ketrenos --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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