diff options
| author | Ritesh Ghosh <[email protected]> | 2025-01-01 13:42:28 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2025-01-01 13:42:28 +0530 |
| commit | 610ea2e44de7385296456ccbdd222a37a33664d4 (patch) | |
| tree | e4d89d657602d5c3ba2c792e27de40d1102a689f | |
| parent | cb5a4672a8c3b0729bbb4522a3af252f7b336b97 (diff) | |
| download | aniwatch-api-610ea2e44de7385296456ccbdd222a37a33664d4.tar.xz aniwatch-api-610ea2e44de7385296456ccbdd222a37a33664d4.zip | |
refactor: update Dockerfile description
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
