Compare commits
No commits in common. "e2328bde46b8f7dc5cc7d9c513b4ee9c9827fef4" and "c97469662d64f3abbffa352c15a1ecd039e04c42" have entirely different histories.
e2328bde46
...
c97469662d
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Run astro check (linting + static analysis)
|
||||
run: npm run astro check
|
||||
run: npm run astro check
|
||||
|
||||
build-site:
|
||||
needs: [checking]
|
||||
|
|
|
@ -4,7 +4,8 @@ COPY . .
|
|||
RUN npm i
|
||||
RUN npm run build
|
||||
|
||||
FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime
|
||||
FROM node:lts AS runtime
|
||||
RUN npm install --global "@warren-bank/serve"
|
||||
|
||||
COPY --from=build /app/dist /public
|
||||
COPY --from=build /app/serve.json /public/serve.json
|
||||
|
|
Loading…
Reference in a new issue