Merge pull request #382 from jabagawee/patch-1

Change base Dockerfile from Python 2 to Python 3
This commit is contained in:
2017-09-08 10:54:58 -04:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:2-alpine
FROM python:3-alpine
ENV WEB_CONCURRENCY=4