mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-27 19:59:11 +00:00
feat: unlighthouse-ci command to include site URL
This commit is contained in:
parent
de58ea0fd5
commit
91de6a37d6
2 changed files with 6 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue