feat(main): commit

This commit is contained in:
2026-03-08 16:48:58 -04:00
parent 567766eaed
commit f37382d2b8
29 changed files with 3735 additions and 223 deletions

View File

@@ -17,7 +17,7 @@ COPY . /app
# Install dependencies using uv
# --system ensures it installs into the global python environment rather than venv
RUN uv pip install --system django psycopg django-environ gunicorn django-ninja django-cors-headers
RUN uv pip install --system django psycopg django-environ gunicorn django-ninja django-cors-headers yt-dlp
# Expose Django default port
EXPOSE 8000