aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-20 13:44:05 +0530
committerRitesh Ghosh <[email protected]>2023-08-20 13:44:05 +0530
commitbc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602 (patch)
tree26541c0f99dc8def7bcfdb22697a7ab2c0b3e2c3
parentfa2c50918b36633d88ee2588758547144a7bc295 (diff)
downloadaniwatch-api-bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602.tar.xz
aniwatch-api-bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602.zip
feat(dockerfile): updated `Dockerfile` labels
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
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