diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-20 13:44:05 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-20 13:44:05 +0530 |
| commit | bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602 (patch) | |
| tree | 26541c0f99dc8def7bcfdb22697a7ab2c0b3e2c3 /Dockerfile | |
| parent | fa2c50918b36633d88ee2588758547144a7bc295 (diff) | |
| download | aniwatch-api-bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602.tar.xz aniwatch-api-bc5364fbf1c6f04f1ab214b9ad35ba04dbbc7602.zip | |
feat(dockerfile): updated `Dockerfile` labels
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
