Small optimizations
All checks were successful
/ build-site (push) Successful in 2m14s
/ publish (push) Successful in 8s
/ checking (push) Successful in 14s
/ unlighthouse (push) Successful in 41s
/ deploy-unlighthouse-files (push) Successful in 8s
/ deploy-unlighthouse-site (push) Successful in 7s

This commit is contained in:
Firq 2023-12-25 18:58:27 +01:00
parent dc59b930ee
commit ac7e9f089e
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 1 additions and 3 deletions

View file

@ -114,6 +114,7 @@ if (bond10 === false) {
.bond-ce { .bond-ce {
padding-top: 0.75rem; padding-top: 0.75rem;
width: auto;
height: 3rem; height: 3rem;
} }

View file

@ -124,11 +124,8 @@ FROM node:20.10.0-bookworm
LABEL authorname="firq" LABEL authorname="firq"
WORKDIR /unlighthouse WORKDIR /unlighthouse
# renovate: datasource=repology depName=debian_12/chromium versioning=loose
ENV CHROMIUM_VERSION="120.0.6099.109-1~deb12u1" ENV CHROMIUM_VERSION="120.0.6099.109-1~deb12u1"
ENV NODE_ENV='production' ENV NODE_ENV='production'
# Update path so executable can be run globally
ENV PATH="/unlighthouse/node_modules/.bin:${PATH}" ENV PATH="/unlighthouse/node_modules/.bin:${PATH}"
RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/*