Skip to content
Permalink
Browse files

fixes #105, Dockerfile now installs with Python 3.7

  • Loading branch information...
shawnmjones committed Aug 17, 2018
1 parent 0e8f812 commit f6712bfda466edef01e9fe40cd1733318936cf10
Showing with 2 additions and 1 deletion.
  1. +1 −0 .dockerignore
  2. +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

Please sign in to comment.
You can’t perform that action at this time.