mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
chore(ml): Fix entrypoint path (#2373)
This commit is contained in:
parent
6acfb55dcc
commit
b6b9f51bd7
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV PYTHONPATH=`pwd`
|
ENV PYTHONPATH=`pwd`
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "src/main.py"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue