mirror of
https://github.com/penpot/penpot.git
synced 2025-03-20 19:51:23 -05:00
💚 Fix build
This commit is contained in:
parent
3a05d58753
commit
c745b9dec1
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue