Added git install
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
FROM node:alpine AS build
|
||||
WORKDIR /build
|
||||
|
||||
## Install git (test)
|
||||
RUN apk add --no-cache git
|
||||
|
||||
## Install app dependencies
|
||||
COPY package*.json ./
|
||||
RUN npm install --unsafe-perm
|
||||
|
||||
Reference in New Issue
Block a user