Revert "Update Dockerfile"

This reverts commit fe8539e2e6.
This commit is contained in:
Christian Connert 2019-07-09 15:19:20 +02:00
parent 21c8438587
commit c8f2ea84e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:2-alpine
WORKDIR /usr/src/app
ADD . /usr/src/app