From db3e922ba29678d1ffbb6ed1b3269606eb6327c8 Mon Sep 17 00:00:00 2001 From: Jeremy Bradley-Silverio Donato Date: Thu, 6 Jan 2022 17:39:32 +0100 Subject: [PATCH] docs: Update docker.md --- docs/dev/howto/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/howto/docker.md b/docs/dev/howto/docker.md index a7d74a3a4..ea2fb5b7e 100644 --- a/docs/dev/howto/docker.md +++ b/docs/dev/howto/docker.md @@ -43,7 +43,7 @@ docker login ghcr.io This command will ask for a username and a password. For username, just enter your GitHub username. For password, you should create a personal access token from [here](https://github.com/settings/tokens) selecting `read:packages` permission. Just paste the generated access token as your password, and you are good to go. -Once you do that you can get inside the docker environment using the following command: +Once you do that, you can get inside the docker environment using the following command: ```shell make docker_build_and_start