Skip to content

Commit

Permalink
[code] logging to track reconnection cause
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Jun 14, 2021
1 parent 0b5a1a7 commit b87595a
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 e2eb3ee4af68d4d14c2c62f99a64c97842f9ad02
ENV GP_CODE_COMMIT a6ceaaf126d636d6e9499dfebaf413956256e98d
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit b87595a

Please sign in to comment.