Merge branch 'staging' of https://github.com/SillyTavern/SillyTavern into staging

This commit is contained in:
Cohee 2023-09-15 22:26:56 +03:00
commit 985c2bcfb1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ENTRYPOINT [ "tini", "--" ]
WORKDIR ${APP_HOME} WORKDIR ${APP_HOME}
# Install app dependencies # Install app dependencies
COPY package*.json ./ COPY package*.json post-install.js ./
RUN \ RUN \
echo "*** Install npm packages ***" && \ echo "*** Install npm packages ***" && \
npm install && npm cache clean --force npm install && npm cache clean --force