We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbfc462 + 7a6b5d5 commit 0598723Copy full SHA for 0598723
Dockerfile
@@ -20,6 +20,9 @@ LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-
20
LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to"
21
LABEL org.opencontainers.image.licenses=MIT
22
23
+# install curl for healthcheck
24
+RUN apk add --no-cache curl
25
+
26
# create a non-privileged user
27
RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch
28
0 commit comments