Permalink
Browse files
fixes #105, Dockerfile now installs with Python 3.7
- Loading branch information...
Showing
with
2 additions
and
1 deletion.
-
+1
−0
.dockerignore
-
+1
−1
Dockerfile
|
@@ -3,3 +3,4 @@ |
|
|
README.md
|
|
|
Dockerfile
|
|
|
LICENSE
|
|
|
node_modules
|
|
|
@@ -1,4 +1,4 @@ |
|
|
FROM python:3.6-stretch
|
|
|
FROM python:3.7-stretch
|
|
|
|
|
|
WORKDIR /app
|
|
|
|
|
|
0 comments on commit
f6712bf