fixed deployment
This commit is contained in:
+3
-1
@@ -4,11 +4,13 @@ FROM python:3.10.16
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
# install ffmpeg
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
|
||||
# set work directory
|
||||
WORKDIR /app
|
||||
|
||||
COPY pyproject.toml /app/
|
||||
COPY config.yml /app/
|
||||
COPY src/ /app/src
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user