mirror of https://github.com/penpot/penpot.git
🐛 Fix typo on exporter dockerfile
This commit is contained in:
parent
10a2732a55
commit
c3a9919c4d
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue