Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasham committed Dec 22, 2016
2 parents acffe7e + 7600bc9 commit f9a7a4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM python
FROM python:3.5
MAINTAINER Tinpee <[email protected]>

ADD . /src
WORKDIR /src
RUN pip install flask gunicorn
RUN pip install --upgrade pip \
&& pip install flask gunicorn

COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit f9a7a4c

Please sign in to comment.