One more time refactoring arch and rewrite dockerfile add endpoints for posts
This commit is contained in:
@@ -12,4 +12,4 @@ COPY . .
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
CMD ["uv", "run", "app/main.py"]
|
||||
CMD ["uv", "run", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user