Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
toms3t committed Jul 20, 2019
1 parent a4764e4 commit 03ee359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN apt-get --assume-yes install git-all

RUN pip3 install --trusted-host pypi.python.org -r requirements_docker.txt

RUN git clone -b enhancement/refactoring --single-branch https://github.com/toms3t/Propalyzer.git
RUN git clone https://github.com/toms3t/Propalyzer.git

COPY secret.py /Propalyzer/propalyzer_site/propalyzer_app/

Expand All @@ -38,4 +38,4 @@ RUN python3 manage.py migrate

RUN python3 manage.py collectstatic

CMD ["./startup.sh"]
CMD ["./startup.sh"]

0 comments on commit 03ee359

Please sign in to comment.