mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Expose PLAYWRIGHT_COMMON_DOCKER envvar in playwright screenshots docker image
This commit is contained in:
parent
f243b3dd54
commit
2c73e09907
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user