Skip to content

Commit

Permalink
fix: Revert "fix: ulimit (#361)"
Browse files Browse the repository at this point in the history
This reverts commit 981281b.
  • Loading branch information
fzavalia committed Feb 13, 2024
1 parent 981281b commit 273db57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ 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 273db57

Please sign in to comment.