mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-10 05:57:22 +00:00
fix: add git to node builder
This commit is contained in:
parent
88b0a91f50
commit
ae5f17ede8
@ -3,6 +3,7 @@ FROM node:20-alpine AS node_build
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
WORKDIR /src/pkg/web
|
||||
RUN apk update && apk add git
|
||||
RUN npm ci && npm run build
|
||||
|
||||
# Go application
|
||||
|
Loading…
x
Reference in New Issue
Block a user