added Dockerfile
This commit is contained in:
parent
3fd3d16503
commit
b1e0ba6b0c
1 changed files with 8 additions and 0 deletions
8
docker/Dockerfile
Normal file
8
docker/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM python:3-buster
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip3 install .
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/spodcast"]
|
Loading…
Add table
Add a link
Reference in a new issue