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