From 861e9f57de81483a48c4c2131252eadccd462d72 Mon Sep 17 00:00:00 2001 From: Manuel Astudillo Date: Wed, 20 Mar 2024 16:11:20 +0100 Subject: [PATCH] chore(docker): add image description --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3f461c6..d4dec37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"