mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-10 14:07: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
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
WORKDIR /src/pkg/web
|
WORKDIR /src/pkg/web
|
||||||
|
RUN apk update && apk add git
|
||||||
RUN npm ci && npm run build
|
RUN npm ci && npm run build
|
||||||
|
|
||||||
# Go application
|
# Go application
|
||||||
|
Loading…
x
Reference in New Issue
Block a user