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
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM alpine:3.10
COPY . /app
WORKDIR /app