playwright install
This commit is contained in:
parent
6925dde254
commit
e6f51be105
@ -43,7 +43,8 @@ RUN apt-get update \
|
||||
&& echo "${WORKDIR}/" > /usr/local/lib/python${python_ver%.*}/site-packages/app.pth \
|
||||
&& echo 'fs.inotify.max_user_watches=5242880' >> /etc/sysctl.conf \
|
||||
&& echo 'fs.inotify.max_user_instances=5242880' >> /etc/sysctl.conf \
|
||||
&& rm -rf /root/.cache/
|
||||
&& rm -rf /root/.cache/ \
|
||||
&& playwright install --with-deps chromium
|
||||
EXPOSE 3001
|
||||
VOLUME ["/config"]
|
||||
ENTRYPOINT [ "python3", "app/main.py" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user