We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915e2c0 commit efb0fc8Copy full SHA for efb0fc8
1 file changed
src/load-generator/Dockerfile
@@ -3,7 +3,7 @@
3
4
FROM python:3.12-slim-bookworm AS build-venv
5
6
-ENV PLAYWRIGHT_BROWSERS_PATH /opt/playwright
+ENV PLAYWRIGHT_BROWSERS_PATH=/opt/playwright
7
8
COPY ./src/load-generator/requirements.txt requirements.txt
9
@@ -14,7 +14,7 @@ RUN venv/bin/playwright install --with-deps chromium
14
15
FROM gcr.io/distroless/python3-debian12:nonroot
16
17
-ENV PLAYWRIGHT_BROWSERS_PATH /opt/pw-browsers
+ENV PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
18
19
COPY --from=build-venv /venv/ /venv/
20
COPY --from=build-venv /opt/playwright/ /opt/pw-browsers/
0 commit comments