1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-01 10:23:38 +02:00

dont check db if init is pending

This commit is contained in:
Nick Sweeting
2021-02-28 22:53:23 -05:00
parent acbce25201
commit 6aef1dd98d
2 changed files with 6 additions and 2 deletions

View File

@@ -121,4 +121,4 @@ HEALTHCHECK --interval=30s --timeout=20s --retries=15 \
CMD curl --silent 'http://localhost:8000/admin/login/' || exit 1
ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]
CMD ["archivebox", "server", "0.0.0.0:8000"]
CMD ["archivebox", "server", "--quick-init", "0.0.0.0:8000"]