feat: unlighthouse-ci command to include site URL

This commit is contained in:
Bart van der Braak 2024-02-19 01:09:57 +01:00
parent de58ea0fd5
commit 91de6a37d6
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
FROM alpine:latest
RUN addgroup -S nonroot \
&& adduser -S nonroot -G nonroot
USER nonroot
ARG PB_VERSION=0.21.3
RUN apk add --no-cache \