diff --git a/Dockerfile b/Dockerfile index edc79c2497a..9a1eceba57a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ WORKDIR /app RUN touch .env # Install call deps - Install curl for health check RUN apk --no-cache add curl && \ + mkdir /.npm && \ + chown -R 99:100 /.npm && \ npm ci # React client build