diff --git a/Dockerfile b/Dockerfile index e9ea72e..c81dc34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,9 +28,11 @@ COPY --from=deploy-env /ulib/* /lib/ COPY --from=deploy-env /bin/wget /bin/ # copy backend COPY antos/backend/$ARCH/* / +RUN rm /etc/systemd -rf # copy frontend COPY antos/frontend/* / RUN ls / +RUN ls /www RUN chown -R root:root /opt/www/htdocs/ RUN rm -rf /etc/systemd COPY start.sh /start.sh