server.Dockerfile: use the official docker package from hswro namespace
/ build_website (push) Successful in 6s Details
/ build_and_push_container (push) Successful in 9s Details

This commit is contained in:
kosma 2025-11-16 20:32:03 +01:00
parent b7a56877e0
commit 7c86a51ed1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM git.hswro.org/fleg/serve_base:caddy
FROM git.hswro.org/hswro/hswro_org_serve_base:caddy
# Copy the static website
# Use the .dockerignore file to control what ends up inside the image!