fix: run as python -m app.main to fix ModuleNotFoundError
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,4 +13,4 @@ COPY app/ ./app/
|
||||
|
||||
EXPOSE 6677
|
||||
|
||||
CMD ["python", "app/main.py"]
|
||||
CMD ["python", "-m", "app.main"]
|
||||
|
||||
Reference in New Issue
Block a user