better docker health
This commit is contained in:
parent
04675a2425
commit
e65cd46e1e
2 changed files with 1 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
LICENSE
|
|
||||||
CODE_OF_CONDUCT.md
|
|
||||||
.gitignore
|
|
|
@ -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" ]
|
||||||
|
|
Reference in a new issue