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 4bc00fb commit d7a7136Copy full SHA for d7a7136
docker/development/dockerfile
@@ -16,7 +16,7 @@ ENV SHELL="/bin/bash"
16
# Set to false if you do not want to attempt to pull a repository on first load
17
ENV AUTOINITIALIZE=false
18
# sets a connection token for VSCode Server. https://github.com/gitpod-io/openvscode-server#securing-access-to-your-ide
19
-ENV USE_CONNECTION_TOKEN=false
+ENV USE_CONNECTION_TOKEN=true
20
#Set to a secret to have some measure of protection for vscode. Randomized if left blank
21
ENV CONNECTION_TOKEN=
22
# Project name. Typically the same as the project in the URL
@@ -49,4 +49,4 @@ USER dev-user
49
50
WORKDIR /data
51
52
-ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh
+ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh
0 commit comments