fixed unlighthouse

This commit is contained in:
Firq 2025-04-08 20:31:56 +02:00
parent b75fb2499e
commit 83cda5dbb5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 6 additions and 9 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 public/ -p 8081
CMD [ "serve", "--listen 8081", "--no-clipboard", "/public" ]