Rename start script

This commit is contained in:
deathrow 2022-10-31 21:16:46 -04:00
parent b89f52a9c9
commit 5f6dc98077
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 1 additions and 1 deletions

View File

@ -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