1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 09:37:25 +00:00

Docker git config username and email

This commit is contained in:
Louis Vézina 2017-11-26 21:36:51 -05:00
parent 2b13322dbb
commit 012d3688fa

View file

@ -10,6 +10,7 @@ RUN apt-get install -y build-essential python-dev python-pip python-setuptools l
# Get application source from Github
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
RNU git config --global user.name "Bazarr" && git config --global user.email "bazarr@fake.email"
VOLUME /bazarr/data