fixed unlighthouse 2

This commit is contained in:
Firq 2025-04-08 20:37:59 +02:00
parent 83cda5dbb5
commit ba2710f4b3
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 5 additions and 5 deletions

View file

@ -3,4 +3,4 @@ FROM forgejo.neshweb.net/ci-docker-images/website-serve:2 AS runtime
ADD reports /public
EXPOSE 8081
CMD [ "serve", "--listen 8081", "--no-clipboard", "/public" ]
CMD serve --listen 8081 --no-clipboard /public