mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Increase network timeout on exporter dockerfile
This commit is contained in:
@@ -104,7 +104,7 @@ WORKDIR /opt/penpot/exporter
|
|||||||
USER penpot:penpot
|
USER penpot:penpot
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
yarn; \
|
yarn --network-timeout 1000000; \
|
||||||
yarn run playwright install chromium;
|
yarn --network-timeout 1000000 run playwright install chromium;
|
||||||
|
|
||||||
CMD ["node", "app.js"]
|
CMD ["node", "app.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user