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"]