Update 'Dockerfile'

This commit is contained in:
dany 2022-08-05 12:02:51 +02:00
parent 089acf721a
commit 60ca8dc3fe

View File

@ -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