Skip to content

Commit

Permalink
add io_uring setting to pds dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Feb 8, 2024
1 parent cb61b40 commit 070df2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/pds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ VOLUME /app/data
EXPOSE 3000
ENV PDS_PORT=3000
ENV NODE_ENV=production
# potential perf issues w/ io_uring on this version of node
ENV UV_USE_IO_URING=0

# https://github.com/nodejs/docker-node/blob/master/docs/BestPractices.md#non-root-user
USER node
Expand Down

0 comments on commit 070df2b

Please sign in to comment.