Skip to content

Commit

Permalink
[code] fix #2812: workspace sharing support
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Jun 28, 2021
1 parent 01f6b9a commit 39ad790
Showing 1 changed file with 1 addition and 1 deletion.
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 5ef446b4b19381b010df7c42ba47970a8b2bed01
ENV GP_CODE_COMMIT 11d7256b4a55983fdd7040a7ed01866e086afc85
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit 39ad790

Please sign in to comment.