From 60ca8dc3fe0183d23bc50d113d7e18f67907349e Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 5 Aug 2022 12:02:51 +0200 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4d197ee..fbd358d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,8 @@ 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 COPY start.sh /start.sh