Update 'Dockerfile'
This commit is contained in:
parent
60922f822c
commit
27c76ad28b
@ -46,6 +46,10 @@ COPY --from=deploy-env /bin/wget /bin/
|
|||||||
COPY --from=deploy-env /platform/ /
|
COPY --from=deploy-env /platform/ /
|
||||||
RUN rm /etc/systemd -rf
|
RUN rm /etc/systemd -rf
|
||||||
# copy frontend
|
# 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/ /
|
COPY antos/frontend/ /
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user