0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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