Skip to content

Commit efb0fc8

Browse files
committed
fix: update from legacy format
Signed-off-by: Gerard Vanloo <gerard.vanloo@ibm.com>
1 parent 915e2c0 commit efb0fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/load-generator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
FROM python:3.12-slim-bookworm AS build-venv
55

6-
ENV PLAYWRIGHT_BROWSERS_PATH /opt/playwright
6+
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/playwright
77

88
COPY ./src/load-generator/requirements.txt requirements.txt
99

@@ -14,7 +14,7 @@ RUN venv/bin/playwright install --with-deps chromium
1414

1515
FROM gcr.io/distroless/python3-debian12:nonroot
1616

17-
ENV PLAYWRIGHT_BROWSERS_PATH /opt/pw-browsers
17+
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
1818

1919
COPY --from=build-venv /venv/ /venv/
2020
COPY --from=build-venv /opt/playwright/ /opt/pw-browsers/

0 commit comments

Comments
 (0)