Unlighthouse rework with docker 2

This commit is contained in:
Firq 2024-11-01 15:55:08 +01:00
parent 9171fda784
commit b0b549c689
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: unlighthouse-reports
path: public
path: unlighthouse-reports
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log into Docker Package Registry

View file

@ -1,6 +1,6 @@
FROM forgejo.neshweb.net/ci-docker-images/website-serve:2 AS runtime
ADD public /public
ADD unlighthouse-reports /public
COPY ./serve.json /public/serve.json
EXPOSE 8081

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.53",
"version": "0.2.0-pre.54",
"private": true,
"scripts": {
"dev": "astro dev",