Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM python:3.11.3-slim-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install streamrip --upgrade
|
||||
COPY .config/streamrip/config.toml /root/.config/streamrip/config.toml
|
||||
|
||||
COPY docker-entrypoint.sh ./
|
||||
RUN ["chmod", "+x", "/app/docker-entrypoint.sh"]
|
||||
ENTRYPOINT [ "/app/docker-entrypoint.sh" ]
|
Reference in New Issue
Block a user