1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

chore(ml): Fix entrypoint path (#2373)

This commit is contained in:
bo0tzz
2023-05-03 21:27:35 +02:00
committed by GitHub
parent 6acfb55dcc
commit b6b9f51bd7

View File

@ -25,4 +25,4 @@ WORKDIR /usr/src/app
COPY . .
ENV PYTHONPATH=`pwd`
CMD ["python", "main.py"]
CMD ["python", "src/main.py"]