Made a change to the subprocess call to hopefully stop the json error until I can figure that out. Also added the templates directory to the Dockerfile
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM python:3
|
||||
ADD main.py /
|
||||
ADD requirements.txt /
|
||||
ADD templates /templates
|
||||
|
||||
VOLUME /download/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user