ilhamdev commited on
Commit
4ea6126
·
verified ·
1 Parent(s): cb1f179

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -7,7 +7,6 @@ WORKDIR /app
7
  RUN apk add --no-cache \
8
  git \
9
  python3 \
10
- chromium \
11
  nss \
12
  freetype \
13
  freetype-dev \
@@ -25,9 +24,6 @@ RUN npm install --only=production --unsafe-perm=true --allow-root
25
  # Instal PM2 secara global
26
  RUN npm install -g pm2
27
 
28
- # Tambahkan variabel lingkungan untuk Puppeteer
29
- ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
30
- PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser \
31
  PM2_PUBLIC_KEY=pheqiah2qgpu45w \
32
  PM2_SECRET_KEY=xk8zhybf7ns8ybz
33
 
 
7
  RUN apk add --no-cache \
8
  git \
9
  python3 \
 
10
  nss \
11
  freetype \
12
  freetype-dev \
 
24
  # Instal PM2 secara global
25
  RUN npm install -g pm2
26
 
 
 
 
27
  PM2_PUBLIC_KEY=pheqiah2qgpu45w \
28
  PM2_SECRET_KEY=xk8zhybf7ns8ybz
29