Updated serve docker ref
All checks were successful
/ build-site (push) Successful in 1m55s
/ release (push) Successful in 37s
/ checking (push) Successful in 10s

This commit is contained in:
Firq 2023-12-29 13:21:27 +01:00
parent 218655f0e5
commit e75a575417
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ COPY . .
RUN npm i
RUN npm run build
FROM forgejo.neshweb.net/ci-docker-images/website-serve-docker:latest AS runtime
FROM forgejo.neshweb.net/ci-docker-images/website-serve:latest AS runtime
COPY --from=build /app/dist /public
COPY --from=build /app/serve.json /public/serve.json

View file

@ -1,7 +1,7 @@
{
"name": "fgo-ta-com-website",
"type": "module",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",