Unlighthouse blogpost + version in docker
This commit is contained in:
parent
753a39e13c
commit
66c9220468
7 changed files with 269 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue