From bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 20 Aug 2023 13:44:05 +0530 Subject: feat(dockerfile): updated `Dockerfile` labels --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a93eb84..e0eb62e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,9 @@ RUN npm run build # prod stage for including only necessary files FROM node:18-alpine as prod -LABEL org.opencontainers.image.source https://github.com/ghoshRitesh12/aniwatch-api -LABEL org.opencontainers.image.description "Aniwatch API docker image" +LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api +LABEL org.opencontainers.image.description="Aniwatch API docker image" +LABEL org.opencontainers.image.licenses=MIT # create a non-privileged user RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch -- cgit v1.2.3