Skip to content

Commit

Permalink
fix: ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Feb 13, 2024
1 parent a56062f commit e90d030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apk add --no-cache py3-setuptools python3-dev build-base
# install dependencies
COPY package.json /app/package.json
COPY package-lock.json /app/package-lock.json
# increase the number of file descriptors to avoid EMFILE error
RUN ulimit -n 4096
RUN npm ci

# build the app
Expand Down

0 comments on commit e90d030

Please sign in to comment.