Skip to content

Commit

Permalink
added git package to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Jul 20, 2017
1 parent 4f36f2b commit 34f26fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:8-alpine

RUN apk add --no-cache git
RUN addgroup -S -g 10001 app && adduser -S -D -G app -u 10001 app
COPY . /app
RUN chown -R app /app
Expand Down

0 comments on commit 34f26fc

Please sign in to comment.