Updated docker to ci-docker-images (migration)
All checks were successful
/ checking (push) Successful in 12s
/ release (push) Successful in 8s
/ build-site (push) Successful in 2m12s

This commit is contained in:
Firq 2023-12-28 16:23:08 +01:00
parent b28e7ddf1b
commit 218655f0e5
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 i
RUN npm run build RUN npm run build
FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime FROM forgejo.neshweb.net/ci-docker-images/website-serve-docker:latest AS runtime
COPY --from=build /app/dist /public COPY --from=build /app/dist /public
COPY --from=build /app/serve.json /public/serve.json COPY --from=build /app/serve.json /public/serve.json

View file

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