From c53083651e2f3fd28f9daaea45b3123c46c66061 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 5 Aug 2022 12:04:16 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbd358d..e9ea72e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,6 @@ COPY --from=deploy-env /bin/wget /bin/ COPY antos/backend/$ARCH/* / # copy frontend COPY antos/frontend/* / -RUN ls /opt RUN ls / RUN chown -R root:root /opt/www/htdocs/ RUN rm -rf /etc/systemd