Fixed immich-machine-learning container not starting correctly in production
This commit is contained in:
parent
7f9f825589
commit
c436c57cc9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
COPY entrypoint.sh ./
|
||||
|
||||
RUN mkdir -p /usr/src/app/dist \
|
||||
&& mkdir -p /usr/src/app/node_modules \
|
||||
|
|
Loading…
Reference in a new issue