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