Unlighthouse blogpost + version in docker

This commit is contained in:
Firq 2025-04-12 18:43:57 +02:00
parent 753a39e13c
commit 66c9220468
Signed by: Firq
GPG key ID: DCE182BA39C697B2
7 changed files with 269 additions and 22 deletions

View file

@ -1,6 +1,9 @@
FROM forgejo.neshweb.net/ci-docker-images/website-serve:2 AS runtime
ARG version
ENV version=0.0.1
ADD reports /public
EXPOSE 8081
CMD serve --listen 8081 --no-clipboard /public
CMD echo $version && serve --listen 8081 --no-clipboard /public