🐛 Add missing git dependency

This commit is contained in:
2022-05-05 22:57:20 +02:00
parent 01cce13104
commit 73dc67e6b4

View File

@ -1,5 +1,7 @@
FROM node:lts-alpine
RUN apk add --no-cache --update git
WORKDIR /app
COPY package*.json ./
RUN npm ci