Merge remote-tracking branch 'origin/master'

This commit is contained in:
John Washam
2016-12-22 12:16:12 -08:00

View File

@@ -1,9 +1,10 @@
FROM python FROM python:3.5
MAINTAINER Tinpee <tinpee.dev@gmail.com> MAINTAINER Tinpee <tinpee.dev@gmail.com>
ADD . /src ADD . /src
WORKDIR /src WORKDIR /src
RUN pip install flask gunicorn RUN pip install --upgrade pip \
&& pip install flask gunicorn
COPY entrypoint.sh / COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh