chore: add ulimit docker config

pull/100/head
moonrailgun 2 years ago
parent aebcd0d130
commit ee3e6f45d5

@ -6,6 +6,8 @@ ARG VERSION
# Working directory
WORKDIR /app/tailchat
RUN ulimit -n 10240
# Install dependencies
RUN npm install -g pnpm@8.3.1
RUN npm install -g tailchat-cli@latest

Loading…
Cancel
Save