Merge pull request #71 from classabbyamp/docker2

change FROM to alpine 3.10
This commit is contained in:
Abigail Gold 2019-11-09 02:03:40 -05:00 committed by GitHub
commit 489c04a945
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:3-alpine
FROM alpine:3.10
COPY . /app
WORKDIR /app