0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 19:51:23 -05:00

💚 Fix build

This commit is contained in:
mathieu.brunot 2019-02-15 23:51:36 +01:00
parent 3a05d58753
commit c745b9dec1
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -81,7 +81,6 @@ WORKDIR /home/uxbox
COPY files/lein /home/uxbox/.local/bin/lein
RUN set -ex; \
chmod 755 /home/uxbox/.local/bin/lein; \
git clone https://github.com/creationix/nvm.git .nvm; \
bash -c "source .nvm/nvm.sh && nvm install $NODE_VERSION"; \
bash -c "source .nvm/nvm.sh && nvm alias default $NODE_VERSION"; \