chore: Update Dockerfile to fix Teleport installation command
Build and Push Docker Images / build-and-push (push) Successful in 17s

This commit is contained in:
Bram Kelchtermans
2024-08-19 16:36:21 +02:00
parent c1f122b336
commit 353c648597
+1 -1
View File
@@ -88,7 +88,7 @@ HOSTNAME=$(hostname)
## If teleport token is set, join the server
if [ -n "$TELEPORT_TOKEN" ]; then
teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL -o file
teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL --insecure -o file
fi
nohup teleport start &