Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion humux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ EXPOSE 8000
# The start period is generous: the first boot runs the setup wizard and may
# take a while before the /health route responds 200.
HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
CMD curl -f http://localhost:8000/health || exit 1
CMD curl -f "http://localhost:${PORT:-8000}/health" || exit 1

CMD ["uv", "run", "python", "-m", "core.main"]
Loading