Dockerfile aktualisiert

This commit is contained in:
2024-09-10 22:46:18 +02:00
parent d57731454e
commit 5e7e6d6cd6

View File

@@ -13,7 +13,6 @@ ENV ENABLE_EPIC="false"
ENV ENABLE_STEAM="true"
ENV UPDATES="true"
ENV PREFILL_ONSTARTUP="false"
ENV FORCE_UPDATE="false"
ENV LOGCLEANUP="true"
ENV CRON_SCHED_BN="0 5 * * *"
ENV CRON_SCHED_EPIC="0 4 * * *"
@@ -43,4 +42,4 @@ RUN chmod -R 777 /opt/scripts/
RUN chmod -R 777 /opt/cron/
#Server Start
ENTRYPOINT ["/opt/scripts/start.sh"]
ENTRYPOINT ["/opt/scripts/start.sh"]