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
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:
parent
dc59b930ee
commit
ac7e9f089e
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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/*
|
||||||
|
|
Loading…
Reference in a new issue