Added git install
This commit is contained in:
parent
a92614aad3
commit
3ed227e3a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user