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:38:37 +02:00
parent 353c648597
commit 9aca67fa3c
+1 -1
View File
@@ -88,7 +88,7 @@ HOSTNAME=$(hostname)
## If teleport token is set, join the server ## If teleport token is set, join the server
if [ -n "$TELEPORT_TOKEN" ]; then if [ -n "$TELEPORT_TOKEN" ]; then
teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL --insecure -o file teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL --insecure-no-tls -o file
fi fi
nohup teleport start & nohup teleport start &