Rename entrypoint

This commit is contained in:
deathrow 2022-11-08 12:53:58 -05:00
parent 1a6c426720
commit e7f7e3d909
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ VOLUME /data
EXPOSE 8008/tcp
ENTRYPOINT ["python3", "start.py"]
ENTRYPOINT ["python3", "configure_workers_and_start.py"]
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
CMD /bin/sh /healthcheck.sh