mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
feat: 👷 Add linting workflow, add Node to Docker building step
This commit is contained in:
parent
be3bced531
commit
65abaa9c7b
3 changed files with 37 additions and 1 deletions
|
|
@ -2,6 +2,9 @@ FROM oven/bun:1.1.18-alpine AS base
|
|||
|
||||
RUN apk add --no-cache libstdc++
|
||||
|
||||
# Add Node.js
|
||||
COPY --from=node:22-alpine /usr/local/bin/node /usr/local/bin/node
|
||||
|
||||
# Install dependencies into temp directory
|
||||
# This will cache them and speed up future builds
|
||||
FROM base AS install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue