Pinned Docker versions and preemptively fixed issues with ARIA
This commit is contained in:
parent
3ebbc2408b
commit
0b4bca36ed
4 changed files with 6 additions and 5 deletions
|
@ -2,9 +2,10 @@ FROM node:21.5 AS build
|
|||
WORKDIR /site
|
||||
COPY . .
|
||||
RUN npm i
|
||||
RUN npm run astro telemetry disable
|
||||
RUN npm run build
|
||||
|
||||
FROM forgejo.neshweb.net/ci-docker-images/website-serve:latest AS runtime
|
||||
FROM forgejo.neshweb.net/ci-docker-images/website-serve:0.1.3 AS runtime
|
||||
|
||||
COPY --from=build /site/dist /public
|
||||
COPY --from=build /site/serve.json /public/serve.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue