Skip to content

Commit

Permalink
[code] fix #3874: add missing web deps
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Apr 22, 2021
1 parent c71b2d7 commit 8b78e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh |
&& npm install -g yarn node-gyp
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH

ENV GP_CODE_COMMIT cbe1690286445dde2260d88e6de5bce1413465c6
ENV GP_CODE_COMMIT 9701055e7471b4d2edf281cbdb479bbb57f78e8c
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down
2 changes: 1 addition & 1 deletion components/ide/code/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export USER=gitpod
[ -s ~/.nvm/nvm-lazy.sh ] && source ~/.nvm/nvm-lazy.sh

cd /ide
exec /ide/node/bin/gitpod-node --inspect=0 ./out/gitpod.js $*
exec /ide/node/bin/gitpod-node ./out/gitpod.js $*

0 comments on commit 8b78e0d

Please sign in to comment.