🐛 Add missing git dependency
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache --update git
|
||||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
Reference in New Issue
Block a user