feat(main): commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user