Add git to Dockerfile (#5861)

This commit is contained in:
Diamond Lewis
2019-07-28 16:52:19 -05:00
committed by GitHub
parent 80bb2b6389
commit f1619e428e

View File

@@ -11,6 +11,10 @@ RUN npm run build
# Release stage
FROM node:lts-alpine as release
RUN apk update; \
apk add git;
VOLUME /parse-server/cloud /parse-server/config
WORKDIR /parse-server