diff --git a/Dockerfile b/Dockerfile index 1c154c5..e114ef1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM node:15-alpine +RUN apk --no-cache add curl + ENV NODE_ENV production WORKDIR /usr/src/app