mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-12 17:57:43 +08:00
Typo
This commit is contained in:
parent
012d3688fa
commit
8e8cfd00a1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apt-get install -y build-essential python-dev python-pip python-setuptools l
|
||||||
|
|
||||||
# Get application source from Github
|
# Get application source from Github
|
||||||
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
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"
|
RUN git config --global user.name "Bazarr" && git config --global user.email "bazarr@fake.email"
|
||||||
|
|
||||||
VOLUME /bazarr/data
|
VOLUME /bazarr/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue