chore: Install git in Docker image for building the app
This commit is contained in:
parent
49e4646375
commit
96610e2b66
|
@ -1,6 +1,8 @@
|
|||
# For Build
|
||||
FROM node:22-slim as builder
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
|
|
Loading…
Reference in New Issue
Block a user