Update 'Dockerfile'

This commit is contained in:
dany 2022-08-18 11:05:06 +02:00
parent 60922f822c
commit 27c76ad28b

View File

@ -46,6 +46,10 @@ COPY --from=deploy-env /bin/wget /bin/
COPY --from=deploy-env /platform/ /
RUN rm /etc/systemd -rf
# copy frontend
COPY antd-config.ini /opt/www/antd-config.ini
COPY runner.ini /opt/www/runner.ini
RUN chmod 744 /opt/www/antd-config.ini
RUN chmod 744 /opt/www/runner.ini
COPY antos/frontend/ /
RUN chown -R root:root /opt/www/htdocs/
RUN rm -rf /etc/systemd