diff --git a/Dockerfile b/Dockerfile index 3e035ff..c202c7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM node:18-alpine WORKDIR /app +RUN apk add --no-cache curl + COPY package*.json ./ RUN npm install --omit=dev