Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -68,7 +68,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 68 |
|
| 69 |
# Copy semua file ke container
|
| 70 |
COPY . .
|
| 71 |
-
USER pwuser
|
| 72 |
|
| 73 |
# Install Playwright dependencies dan browser binaries
|
| 74 |
RUN npx playwright install --with-deps
|
|
|
|
| 68 |
|
| 69 |
# Copy semua file ke container
|
| 70 |
COPY . .
|
|
|
|
| 71 |
|
| 72 |
# Install Playwright dependencies dan browser binaries
|
| 73 |
RUN npx playwright install --with-deps
|