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