Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
maebeam committed Apr 30, 2021
1 parent 11a6862 commit e18076b
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
Expand Up @@ -2,6 +2,8 @@ FROM node:14.15.5-alpine3.13 AS identity

WORKDIR /identity

RUN apk add git

COPY ./package.json .
COPY ./package-lock.json .

Expand Down

0 comments on commit e18076b

Please sign in to comment.