Skip to content

Commit d7a7136

Browse files
authored
fix connection token env
1 parent 4bc00fb commit d7a7136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/development/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV SHELL="/bin/bash"
1616
# Set to false if you do not want to attempt to pull a repository on first load
1717
ENV AUTOINITIALIZE=false
1818
# 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
19+
ENV USE_CONNECTION_TOKEN=true
2020
#Set to a secret to have some measure of protection for vscode. Randomized if left blank
2121
ENV CONNECTION_TOKEN=
2222
# Project name. Typically the same as the project in the URL
@@ -49,4 +49,4 @@ USER dev-user
4949

5050
WORKDIR /data
5151

52-
ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh
52+
ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh

0 commit comments

Comments
 (0)