mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 19:08:29 +02:00
✨ Upload SVG as shapes
This commit is contained in:
parent
5b79928590
commit
802f19453d
28 changed files with 839 additions and 244 deletions
|
@ -133,7 +133,8 @@ RUN set -ex; \
|
|||
mv /tmp/node/node-$NODE_VERSION-linux-x64 /usr/local/nodejs; \
|
||||
chown -R root /usr/local/nodejs; \
|
||||
/usr/local/nodejs/bin/npm install -g yarn; \
|
||||
rm -rf /tmp/node;
|
||||
/usr/local/nodejs/bin/npm install -g svgo; \
|
||||
rm -rf /tmp/node;
|
||||
|
||||
RUN set -ex; \
|
||||
cd /tmp; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue