Update Dockerfile.txt
Browse files- Dockerfile.txt +1 -1
Dockerfile.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Gunakan image Node
|
2 |
FROM mcr.microsoft.com/playwright:focal
|
3 |
|
4 |
# Set environment variable untuk menghindari dialog pada Playwright
|
|
|
1 |
+
# Gunakan image Node yang mendukung Playwright
|
2 |
FROM mcr.microsoft.com/playwright:focal
|
3 |
|
4 |
# Set environment variable untuk menghindari dialog pada Playwright
|