We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2eae2 commit bbbb855Copy full SHA for bbbb855
components/ide/code/leeway.Dockerfile
@@ -28,7 +28,7 @@ RUN sudo apt-get update \
28
&& sudo apt-get clean -y \
29
&& rm -rf /var/lib/apt/lists/*
30
31
-ENV GP_CODE_COMMIT ae8dc44299153ca820ac9e13cc9def5bb6baafd1
+ENV GP_CODE_COMMIT 9e165d1fc31fb578b092c706ded8cbb5e2bcf72a
32
RUN mkdir gp-code \
33
&& cd gp-code \
34
&& git init \
components/ide/code/startup.sh
@@ -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 ./out/gitpod.js $*
+exec /ide/node/bin/gitpod-node --inspect=0 ./out/gitpod.js $*
0 commit comments