Files
ThreadNet-Web/playwright/Dockerfile
T

11 lines
244 B
Docker
Raw Normal View History

2024-06-25 16:02:31 +00:00
FROM mcr.microsoft.com/playwright:v1.45.0-jammy
WORKDIR /work/element-desktop
RUN apt-get update && apt-get -y install xvfb
USER 1000:1000
COPY docker-entrypoint.sh /opt/docker-entrypoint.sh
ENTRYPOINT ["bash", "/opt/docker-entrypoint.sh"]