From bb7dc6b495ab829139ca75856f013694eaed4400 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Tue, 13 Aug 2024 14:37:29 +0530 Subject: [PATCH] chore(Dockerfile): update Docker image description --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 755ab99..c95c8e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,7 @@ RUN npm run build FROM node:20-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 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 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.licenses=MIT # create a non-privileged user