mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
💚 Fix build
This commit is contained in:
parent
3a05d58753
commit
c745b9dec1
@ -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"; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user