Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 && \
|