Update Dockerfile

This commit is contained in:
Kevin Li 2019-05-21 15:57:52 +08:00 committed by GitHub
parent 7cfa183ed9
commit fe8539e2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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