1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

Fixed immich-machine-learning container not starting correctly in production

This commit is contained in:
Alex 2022-08-20 23:04:10 -07:00
parent 7f9f825589
commit c436c57cc9
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -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 \