Unlighthouse rework with docker
This commit is contained in:
parent
2321c5e5ab
commit
9171fda784
4 changed files with 39 additions and 63 deletions
7
Dockerfile.reports
Normal file
7
Dockerfile.reports
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM forgejo.neshweb.net/ci-docker-images/website-serve:2 AS runtime
|
||||
|
||||
ADD public /public
|
||||
COPY ./serve.json /public/serve.json
|
||||
|
||||
EXPOSE 8081
|
||||
CMD serve public/ -p 8081
|
Loading…
Add table
Add a link
Reference in a new issue