From 310ff376040992b31558d070333230ba2e0c30a1 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 21 Feb 2024 13:28:40 +0800 Subject: [PATCH] Add label to backend container --- packages/api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/api/Dockerfile b/packages/api/Dockerfile index 4a4a535a5d..889e41b574 100644 --- a/packages/api/Dockerfile +++ b/packages/api/Dockerfile @@ -36,6 +36,7 @@ RUN rm -rf /app/node_modules RUN yarn install --pure-lockfile --production FROM node:18.16 as runner +LABEL org.opencontainers.image.source="https://github.com/omnivore-app/omnivore" RUN apt-get update && apt-get install -y netcat-openbsd