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 8fadedc commit 59c454d
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 @@ -18,6 +18,8 @@ RUN apk add --no-cache py3-setuptools \
# 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 59c454d

Please sign in to comment.