Bumped version + custom serve container #10

Merged
Firq merged 2 commits from dev into main 2023-12-21 14:55:55 +00:00
2 changed files with 2 additions and 3 deletions

View file

@ -4,8 +4,7 @@ COPY . .
RUN npm i RUN npm i
RUN npm run build RUN npm run build
FROM node:lts AS runtime FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime
RUN npm install --global "@warren-bank/serve"
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": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.1.7", "version": "0.1.8",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",