Compare commits

...

3 commits

Author SHA1 Message Date
3086120b66 Merge pull request 'Bumped version + custom serve container' (#10) from dev into main
All checks were successful
/ checking (push) Successful in 35s
/ build-site (push) Successful in 2m4s
/ release (push) Successful in 7s
Reviewed-on: #10
2023-12-21 14:55:54 +00:00
c1691a22d7
bumped version
All checks were successful
/ checking (push) Successful in 3m9s
/ publish (push) Successful in 8s
/ build-site (push) Successful in 2m14s
2023-12-21 15:48:12 +01:00
e2328bde46
updated to new custom docker image
Some checks failed
/ checking (push) Has been cancelled
2023-12-21 15:47:23 +01:00
2 changed files with 2 additions and 3 deletions

View file

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