This commit is contained in:
Louis Vézina 2017-10-19 22:35:09 -04:00
parent 0afa973231
commit 5c52b5111e

View file

@ -16,4 +16,5 @@ VOLUME /bazarr/data
# Install app dependencies # Install app dependencies
RUN pip install -r /bazarr/requirements.txt RUN pip install -r /bazarr/requirements.txt
WORKDIR /bazarr
CMD ["python", "bazarr.py"] CMD ["python", "bazarr.py"]