Update backend struct and dockerfile

This commit is contained in:
d3m0k1d
2025-11-21 22:43:21 +03:00
parent 6565f99893
commit b281553e42
4 changed files with 1 additions and 1 deletions

0
backend/api/__init__.py Normal file
View File

0
backend/app/__init__.py Normal file
View File

View File

@@ -12,4 +12,4 @@ COPY . .
EXPOSE 8000
CMD ["uv", "run", "main.py"]
CMD ["uv", "run", "app/main.py"]