1
0
Fork 0

README.md: fix caddy tagging

This commit is contained in:
kosma 2025-11-16 20:34:37 +01:00
parent 7c86a51ed1
commit 9233f5c5b6
1 changed files with 2 additions and 2 deletions

View File

@ -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
```