🐛 Revert exporter dockerfile changes

This commit is contained in:
Andrey Antukh committed 2025-12-01 14:32:00 +01:00
1 parent 529c4eb38a
commit 77c9d8a2c8
1 file changed
+3 -1
+3 -1
View File
@@ -113,7 +113,9 @@ WORKDIR /opt/penpot/exporter
USER penpot:penpot
RUN set -ex; \
./setup; \
corepack install; \
yarn install; \
yarn run playwright install chromium; \
rm -rf /opt/penpot/.yarn
CMD ["node", "app.js"]