Doc fixes

This commit is contained in:
Juan Ferrer 2022-03-21 13:12:37 +01:00
parent 48fed98183
commit 90f44ce145
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $ docker build -t [fullImageName] [folder]
Tag the image with version.
```
$ docker build -t [fullImageName] [fullImageName]:[tag]
$ docker tag [fullImageName] [fullImageName]:[tag]
```
Login into docker registry (If it's the first time or you are not saving credentials).