diff --git a/Dockerfile b/Dockerfile index 44fd123..639c581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -110,7 +110,7 @@ VOLUME /data EXPOSE 8008/tcp -ENTRYPOINT ["python3", "start.py"] +ENTRYPOINT ["python3", "workers.py"] HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \ CMD /bin/sh /healthcheck.sh \ No newline at end of file diff --git a/rootfs/start.py b/rootfs/workers.py similarity index 100% rename from rootfs/start.py rename to rootfs/workers.py