Update 'Dockerfile'

This commit is contained in:
dany 2022-08-05 12:08:31 +02:00
parent df84e5e42e
commit c080557e75

View File

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