Fix backend imports and clip pinning flow
This commit is contained in:
@@ -7,6 +7,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg nodejs &
|
||||
COPY pyproject.toml /app/pyproject.toml
|
||||
COPY requirements.txt requirements-dev.txt /app/
|
||||
COPY app /app/app
|
||||
RUN pip install --no-cache-dir -r requirements-dev.txt
|
||||
RUN pip install --no-cache-dir -e .[dev]
|
||||
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user