diff options
| author | Ritesh Ghosh <[email protected]> | 2025-03-20 23:02:39 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-20 23:02:39 +0530 |
| commit | 059872346c7537f3ca52d6c6bca9a9eea1a07227 (patch) | |
| tree | c3661204e256aaa7e4c50ebe67aa9173322c7d9b | |
| parent | cbfc462d5e4ec8b7a095331fb12a132a1d4afb74 (diff) | |
| parent | 7a6b5d5ae5a5be05d5afadd336347e007cf0f361 (diff) | |
| download | aniwatch-api-059872346c7537f3ca52d6c6bca9a9eea1a07227.tar.xz aniwatch-api-059872346c7537f3ca52d6c6bca9a9eea1a07227.zip | |
Merge pull request #111 from Sodiumchloridy/main
build: install curl for healthcheck in Dockerfile
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch- LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to" LABEL org.opencontainers.image.licenses=MIT +# install curl for healthcheck +RUN apk add --no-cache curl + # create a non-privileged user RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch |
