Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -68,8 +68,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 68 |
|
| 69 |
# Copy semua file ke container
|
| 70 |
COPY . .
|
| 71 |
-
|
| 72 |
-
|
| 73 |
|
| 74 |
# Install Playwright dependencies dan browser binaries
|
| 75 |
RUN npx playwright install --with-deps
|
|
|
|
| 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
|