Skip to content

Commit

Permalink
Add git to Dockerfile (#5861)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis authored Jul 28, 2019
1 parent 80bb2b6 commit f1619e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1619e4

Please sign in to comment.