diff --git a/Dockerfile b/Dockerfile index c8f8505..4241f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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