From d7a71368971eaf07bb60f04b46ae67c8999fdc3f Mon Sep 17 00:00:00 2001 From: routerino <45954722+routerino@users.noreply.github.com> Date: Sat, 15 Mar 2025 12:13:36 +1100 Subject: [PATCH] fix connection token env --- docker/development/dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/development/dockerfile b/docker/development/dockerfile index ad6281b..4a55757 100644 --- a/docker/development/dockerfile +++ b/docker/development/dockerfile @@ -16,7 +16,7 @@ ENV SHELL="/bin/bash" # Set to false if you do not want to attempt to pull a repository on first load ENV AUTOINITIALIZE=false # sets a connection token for VSCode Server. https://github.com/gitpod-io/openvscode-server#securing-access-to-your-ide -ENV USE_CONNECTION_TOKEN=false +ENV USE_CONNECTION_TOKEN=true #Set to a secret to have some measure of protection for vscode. Randomized if left blank ENV CONNECTION_TOKEN= # Project name. Typically the same as the project in the URL @@ -49,4 +49,4 @@ USER dev-user WORKDIR /data -ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh \ No newline at end of file +ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh