From 383b2150e89e7e1fdae956a8e49cc0bb432a8756 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 8 Oct 2025 01:08:07 -0400 Subject: [PATCH] Correct example of using container locally --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f538b..9cb2ea6 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ docker push git.agaric.com/agaric/deploycontainer:${TAG} docker push git.agaric.com/agaric/deploycontainer:latest ``` -If you need a token for git access to git.drupalcode.org, go to https://git.drupalcode.org/-/user_settings/personal_access_tokens and grant the token api_read access. The token can be tested (i.e. inside a deploycontainer - `docker run -v .:/home/deployer -it agaric/deploycontainer:latest`) with `composer config -g gitlab-token.git.drupalcode.org {your token}` and then running composer install. +If you need a token for git access to git.drupalcode.org, go to https://git.drupalcode.org/-/user_settings/personal_access_tokens and grant the token api_read access. The token can be tested (i.e. inside a deploycontainer - `docker run -v .:/home/deployer -it --rm git.agaric.com/agaric/deploycontainer:latest`) with `composer config -g gitlab-token.git.drupalcode.org {your token}` and then running composer install.