aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-12-19 15:59:38 +0530
committerRitesh Ghosh <[email protected]>2024-12-19 15:59:38 +0530
commit11462f309a6e73d041a8eafe12c0f6cdc3f5b9ac (patch)
tree68ce0134da2a20cfc3929e4fa343184f7841fe23
parent749fbe7df837e788d29ecc4c37074ae082a041a5 (diff)
downloadaniwatch-api-11462f309a6e73d041a8eafe12c0f6cdc3f5b9ac.tar.xz
aniwatch-api-11462f309a6e73d041a8eafe12c0f6cdc3f5b9ac.zip
feat: update dockerfile, remove chromium and related envs
-rw-r--r--Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile b/Dockerfile
index 03101ac..6913e9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,14 +20,6 @@ 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 (formerly aniwatch.to)"
LABEL org.opencontainers.image.licenses=MIT
-# set env or puppeteer
-ENV PUPPETEER_SKIP_DOWNLOAD=true
-ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
-ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium-browser"
-
-# install deps and chromium
-RUN apk add chromium
-
# create a non-privileged user
RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch