Add Dockerfile
This commit is contained in:
parent
10e8fa6c8d
commit
56fe2b054d
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
from python:3
|
||||||
|
|
||||||
|
COPY requirements.txt ./
|
||||||
|
RUN pip install -r ./requirements.txt
|
||||||
|
|
||||||
|
RUN mkdir /beets
|
||||||
|
VOLUME /beets
|
||||||
|
ENV BEETSDIR=/beets
|
||||||
|
|
||||||
|
COPY ./config.yaml ./
|
||||||
|
|
||||||
|
ENTRYPOINT beet
|
Loading…
Reference in New Issue
Block a user