From 610ea2e44de7385296456ccbdd222a37a33664d4 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 1 Jan 2025 13:42:28 +0530 Subject: refactor: update Dockerfile description --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6913e9e..74a2e68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 (formerly aniwatch.to)" +LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to" LABEL org.opencontainers.image.licenses=MIT # create a non-privileged user -- cgit v1.2.3