Rianofc commited on
Commit
20dc95d
·
verified ·
1 Parent(s): 6da6568

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -26,8 +26,6 @@ COPY . .
26
  RUN chmod -R 777 /app
27
 
28
  # Install dependencies Python
29
- RUN python3 -m pip install --no-cache-dir -r requirements.txt
30
-
31
  # Install dependencies Node.js untuk Playwright
32
  RUN npm cache clean --force && \
33
  npm install --force && \
 
26
  RUN chmod -R 777 /app
27
 
28
  # Install dependencies Python
 
 
29
  # Install dependencies Node.js untuk Playwright
30
  RUN npm cache clean --force && \
31
  npm install --force && \