Skip to content

Commit

Permalink
Merge pull request #59 from mojaloop/bushjames-patch-1
Browse files Browse the repository at this point in the history
Add git to docker image to allow npm install of oauth server component
  • Loading branch information
bushjames committed Oct 2, 2019
2 parents 07b0fa0 + 665963a commit dcad8bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:8.11.3-alpine

RUN apk add --no-cache git

EXPOSE 3000

COPY ./secrets /
Expand Down

0 comments on commit dcad8bb

Please sign in to comment.