Merge pull request 'chore: Install git in Docker image for building the app' (#5) from develop into master
Reviewed-on: #5
This commit is contained in:
commit
e7a6739882
|
@ -1,6 +1,8 @@
|
||||||
# For Build
|
# For Build
|
||||||
FROM node:22-slim as builder
|
FROM node:22-slim as builder
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
|
Loading…
Reference in New Issue
Block a user