Update 'Dockerfile'

This commit is contained in:
dany 2022-08-21 18:48:31 +02:00
parent 6770ba2b5a
commit b02ac4d50d

View File

@ -67,6 +67,7 @@ RUN chmod 744 /opt/www/runner.ini
COPY antos/frontend/ /
RUN chown -R root:root /opt/www/htdocs/
RUN rm -rf /etc/systemd
RUN ln -sf /bin/sh /bin/bash
COPY start.sh /start.sh
RUN chmod 700 /start.sh
ENTRYPOINT /start.sh