refactor: update api description

This commit is contained in:
Ritesh Ghosh
2025-05-25 22:40:35 +05:30
parent 48eb038827
commit 4690452462
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ RUN npm run build
FROM node:22-alpine as prod
LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-api
LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to"
LABEL org.opencontainers.image.description="NodeJS API for obtaining anime data from hianime.to"
LABEL org.opencontainers.image.licenses=MIT
# install curl for healthcheck