diff --git a/Dockerfile b/Dockerfile index 925b1c3c4..33adea2b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM node:16.11 +FROM node:16.11-alpine +RUN apk --no-cache add git ENV NODE_ENV=docker