We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749fbe7 commit 11462f3Copy full SHA for 11462f3
Dockerfile
@@ -20,14 +20,6 @@ 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 (formerly aniwatch.to)"
21
LABEL org.opencontainers.image.licenses=MIT
22
23
-# set env or puppeteer
24
-ENV PUPPETEER_SKIP_DOWNLOAD=true
25
-ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
26
-ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium-browser"
27
-
28
-# install deps and chromium
29
-RUN apk add chromium
30
31
# create a non-privileged user
32
RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch
33
0 commit comments