diff --git a/Dockerfile b/Dockerfile index 4a876e8..c8d19d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:11-alpine +RUN apk add --no-cache git + # Create app directory WORKDIR /usr/src/app