BUGFIX: using master tree for git clone

This commit is contained in:
Dominique Barton
2015-12-22 10:05:24 +01:00
parent f02c16c57c
commit b7eaaf0309
+1 -1
View File
@@ -11,7 +11,7 @@ RUN apt-get -q update \
RUN groupadd -r -g 666 couchpotato \
&& useradd -r -u 666 -g 666 -d /couchpotato couchpotato
RUN git clone https://github.com/RuudBurger/CouchPotatoServer.git /couchpotato \
RUN git clone -b master https://github.com/RuudBurger/CouchPotatoServer.git /couchpotato \
&& chown -R couchpotato: /couchpotato
ADD start.sh /start.sh