Skip to content

Commit

Permalink
dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chepe4pi committed Nov 18, 2016
1 parent bef5117 commit 26702f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update \
python3-pip \
mongodb-org \
redis-server \
&& pip3 install -r $PROJECT_DIR/requirements.txt
&& pip3 install -r $PROJECT_DIR/requirements.txt \
&& pip3 install gunicorn


Expand Down

0 comments on commit 26702f2

Please sign in to comment.