README.md: fix caddy tagging
This commit is contained in:
parent
7c86a51ed1
commit
9233f5c5b6
|
|
@ -50,6 +50,6 @@ docker push git.hswro.org/hswro/hswro_org_build:latest
|
|||
```
|
||||
|
||||
```
|
||||
docker build -t git.hswro.org/hswro/hswro_org_serve_base -f docker/serve_base.Dockerfile .
|
||||
docker push git.hswro.org/hswro/hswro_org_serve_base:latest
|
||||
docker build -t git.hswro.org/hswro/hswro_org_serve_base:caddy -f docker/serve_base.Dockerfile .
|
||||
docker push git.hswro.org/hswro/hswro_org_serve_base:caddy
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue