Skip to content

Commit

Permalink
chore(docker): add image description
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Mar 20, 2024
1 parent 80ffda2 commit 861e9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ CMD bun start
HEALTHCHECK --interval=5s --timeout=5s --retries=3 CMD wget localhost:8080 -q -O - > /dev/null 2>&1

LABEL org.opencontainers.image.source="https://github.com/taskforcesh/bullmq-proxy"
LABEL org.opencontainers.image.description "BullMQ Proxy - Access BullMQ Queues via HTTP and WebSockets"

0 comments on commit 861e9f5

Please sign in to comment.