Expose PLAYWRIGHT_COMMON_DOCKER envvar in playwright screenshots docker image

This commit is contained in:
Michael Telatynski 2026-02-12 14:55:12 +00:00
parent f243b3dd54
commit 2c73e09907

View File

@ -10,6 +10,9 @@ RUN apt-get update && apt-get -y install docker.io fonts-dejavu
RUN corepack enable
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
# Add environment variable so consumers can skip developer-centric scripts
ENV PLAYWRIGHT_COMMON_DOCKER=1
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]