Unlighthouse rework with docker
This commit is contained in:
parent
a8815648cb
commit
a4e45ab2b8
5 changed files with 106 additions and 69 deletions
6
Dockerfile.reports
Normal file
6
Dockerfile.reports
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM forgejo.neshweb.net/ci-docker-images/website-serve:2 AS runtime
|
||||
|
||||
ADD reports /public
|
||||
|
||||
EXPOSE 8081
|
||||
CMD serve public/ -p 8081
|
Loading…
Add table
Add a link
Reference in a new issue