Compare commits
2 commits
21b2e300a2
...
b3be74ad3a
Author | SHA1 | Date | |
---|---|---|---|
b3be74ad3a | |||
8919ef3dc3 |
14 changed files with 10 additions and 0 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
*
|
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM python:3.12-slim
|
||||
|
||||
RUN apt update && apt install -y ffmpeg && pip install invoke
|
||||
|
||||
VOLUME ["/data"]
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
CMD /usr/local/bin/invoke probe
|
Loading…
Reference in a new issue