diff --git a/Dockerfile b/Dockerfile index 7c2a68b..410574e 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