Update 'Dockerfile'

This commit is contained in:
dany 2022-08-05 12:06:45 +02:00
parent c53083651e
commit df84e5e42e

View File

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