chore: Update Dockerfile to fix Teleport installation command
Build and Push Docker Images / build-and-push (push) Successful in 17s
Build and Push Docker Images / build-and-push (push) Successful in 17s
This commit is contained in:
@@ -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 -o file
|
teleport configure --roles=node --token=$TELEPORT_TOKEN --proxy=$TELEPORT_URL --insecure -o file
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nohup teleport start &
|
nohup teleport start &
|
||||||
|
|||||||
Reference in New Issue
Block a user