chore(Dockerfile): update Docker image description

This commit is contained in:
Ritesh Ghosh
2024-08-13 14:37:29 +05:30
parent ead464f49f
commit bb7dc6b495
+1 -2
View File
@@ -17,8 +17,7 @@ RUN npm run build
FROM node:20-alpine as prod FROM node:20-alpine as prod
LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api
LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from aniwatch.to (formerly zoro.to) written in TypeScript, made with Cheerio & Axios" LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios"
LABEL org.opencontainers.image.description "Node.js API for obtaining anime information from aniwatch.to (formerly zoro.to) written in TypeScript, made with Cheerio & Axios"
LABEL org.opencontainers.image.licenses=MIT LABEL org.opencontainers.image.licenses=MIT
# create a non-privileged user # create a non-privileged user