changed docker to use preconfigured serve container
Some checks failed
/ checking (push) Has been cancelled
Some checks failed
/ checking (push) Has been cancelled
This commit is contained in:
parent
0a894ad0ac
commit
3dd1831baa
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue