Branch: feature/0.1.1-fix-docker-startup
Version: v0.1.1 — Gate Completion
Build
- Diagnose container exit cause (missing config, wrong CMD, unwritable paths).
- Ensure
ENTRYPOINT ["oberwatch"] and CMD ["serve"] are set.
- Add
HEALTHCHECK directive to Dockerfile.
- Create
/data directory with correct permissions.
- Update landing website with proper
docker run command including admin token.
Tests
- Integration (
scripts/test-docker-run.sh): build image, run container, verify health endpoint responds.
Commit message
fix: Docker container startup and health check
- Ensure ENTRYPOINT and CMD are properly set
- Add HEALTHCHECK to Dockerfile
- Create /data directory with proper permissions
- Update docs with proper run command including admin token
Branch:
feature/0.1.1-fix-docker-startupVersion: v0.1.1 — Gate Completion
Build
ENTRYPOINT ["oberwatch"]andCMD ["serve"]are set.HEALTHCHECKdirective to Dockerfile./datadirectory with correct permissions.docker runcommand including admin token.Tests
scripts/test-docker-run.sh): build image, run container, verify health endpoint responds.Commit message