README updated

This commit is contained in:
Juan Ferrer 2020-01-24 11:34:16 +01:00
parent 144e861128
commit 5cb13e76b0
1 changed files with 1 additions and 6 deletions

View File

@ -4,14 +4,9 @@ Dockerfile and compose files used as basis for service deployment.
## Build and push an image
Move to desired folder
```
$ cd [folder]
```
Build the image.
```
$ docker build -t [registryUrl]/[imageName]:[tag] .
$ docker build -t [registryUrl]/[imageName]:[tag] [folder]
```
Login into docker registry.