Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
FROM python
|
||||
FROM python:3.5
|
||||
MAINTAINER Tinpee <tinpee.dev@gmail.com>
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user