diff --git a/Dockerfile b/Dockerfile index e3fd1ee..b71ffbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/package.json b/package.json index 37bdf2d..1a8b2c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.1.7", + "version": "0.1.8", "private": true, "scripts": { "dev": "astro dev",