mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-18 01:40:41 +10:00
FIX: The docker entrypoint doesn't have --quick-init
This commit is contained in:
@@ -398,4 +398,4 @@ HEALTHCHECK --interval=30s --timeout=20s --retries=15 \
|
||||
CMD curl --silent 'http://admin.archivebox.localhost:8000/health/' | grep -q 'OK'
|
||||
|
||||
ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]
|
||||
CMD ["archivebox", "server", "--quick-init", "0.0.0.0:8000"]
|
||||
CMD ["archivebox", "server", "--init", "0.0.0.0:8000"]
|
||||
|
||||
Reference in New Issue
Block a user