diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 7d0b599..0000000 --- a/.dockerignore +++ /dev/null @@ -1,3 +0,0 @@ -LICENSE -CODE_OF_CONDUCT.md -.gitignore diff --git a/Dockerfile b/Dockerfile index 0a2f7ee..197f862 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN pip install -r requirements.txt RUN apt update && \ apt install -y --no-install-recommends ffmpeg +COPY README.md . COPY src . CMD [ "python", "-u", "./main.py" ]