mirror of
https://github.com/penpot/penpot.git
synced 2026-07-27 08:28:17 +00:00
🐛 Revert exporter dockerfile changes
This commit is contained in:
parent
529c4eb38a
commit
77c9d8a2c8
@ -113,7 +113,9 @@ WORKDIR /opt/penpot/exporter
|
|||||||
USER penpot:penpot
|
USER penpot:penpot
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
./setup; \
|
corepack install; \
|
||||||
|
yarn install; \
|
||||||
|
yarn run playwright install chromium; \
|
||||||
rm -rf /opt/penpot/.yarn
|
rm -rf /opt/penpot/.yarn
|
||||||
|
|
||||||
CMD ["node", "app.js"]
|
CMD ["node", "app.js"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user