mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 12:26:59 +01:00
Fix Docker by copying post-install.js into image
This commit is contained in:
parent
d34f7d3e1a
commit
1edc2b08f2
@ -13,7 +13,7 @@ ENTRYPOINT [ "tini", "--" ]
|
||||
WORKDIR ${APP_HOME}
|
||||
|
||||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
COPY package*.json post-install.js ./
|
||||
RUN \
|
||||
echo "*** Install npm packages ***" && \
|
||||
npm install && npm cache clean --force
|
||||
|
Loading…
x
Reference in New Issue
Block a user