mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix typo on exporter dockerfile
This commit is contained in:
@@ -113,7 +113,7 @@ WORKDIR /opt/penpot/exporter
|
|||||||
USER penpot:penpot
|
USER penpot:penpot
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
./setup \
|
./setup; \
|
||||||
rm -rf /opt/penpot/.yarn
|
rm -rf /opt/penpot/.yarn
|
||||||
|
|
||||||
CMD ["node", "app.js"]
|
CMD ["node", "app.js"]
|
||||||
|
|||||||
Reference in New Issue
Block a user