From 28ea9ac11cda653713c1e3e5d6c27f69c1ce5901 Mon Sep 17 00:00:00 2001 From: James Moore Date: Tue, 21 Nov 2023 16:25:48 -0500 Subject: [PATCH] add a few github labels to Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21bb4d5..32eb45f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,7 @@ WORKDIR /app COPY ["package.json", "package-lock.json*", "./"] RUN npm install --production COPY . . -CMD ["npm", "run", "no-build-start"] \ No newline at end of file +CMD ["npm", "run", "no-build-start"] +LABEL org.opencontainers.image.source=https://github.com/Team-Resourceful/discord-bot-ts +LABEL org.opencontainers.image.description="Team Resourceful Discord Bot" +LABEL org.opencontainers.image.licenses=ARR \ No newline at end of file