mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-08 07:32:34 +01:00
Merge pull request #1136 from duncannah/fix-docker-post-install
Fix Docker by copying post-install.js into image
This commit is contained in:
commit
72c672c2c2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user