🐛 Fix typo on exporter dockerfile

This commit is contained in:
Andrey Antukh
2025-12-01 11:19:41 +01:00
parent 10a2732a55
commit c3a9919c4d

View File

@@ -113,7 +113,7 @@ WORKDIR /opt/penpot/exporter
USER penpot:penpot
RUN set -ex; \
./setup \
./setup; \
rm -rf /opt/penpot/.yarn
CMD ["node", "app.js"]