We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bb1a8 commit c72f9b9Copy full SHA for c72f9b9
Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get install -y python-distribute python-pip python-dev
22
RUN apt-get install -y postgresql libpq-dev
23
24
# Deploy from our git repository
25
-RUN git clone https://github.com/smartercleanup/platform.git && cd platform && git checkout master && cd -
+RUN git clone https://github.com/smartercleanup/platform.git && cd platform && git checkout 0.7.4 && cd -
26
27
# local testing:
28
# ADD . platform
0 commit comments