Add Dockerfile

This commit is contained in:
IamTheFij 2019-06-28 16:54:39 -07:00
parent 10e8fa6c8d
commit 56fe2b054d
1 changed files with 12 additions and 0 deletions

12
Dockerfile Normal file
View 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