better docker health

This commit is contained in:
Mylloon 2021-05-13 09:23:49 +02:00
parent 04675a2425
commit e65cd46e1e
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +0,0 @@
LICENSE
CODE_OF_CONDUCT.md
.gitignore

View file

@ -6,6 +6,7 @@ RUN pip install -r requirements.txt
RUN apt update && \ RUN apt update && \
apt install -y --no-install-recommends ffmpeg apt install -y --no-install-recommends ffmpeg
COPY README.md .
COPY src . COPY src .
CMD [ "python", "-u", "./main.py" ] CMD [ "python", "-u", "./main.py" ]