added static to dockerfile. Started setting up css grid, with nav on left and large main window
This commit is contained in:
@@ -2,6 +2,7 @@ FROM python:3
|
||||
ADD main.py /
|
||||
ADD requirements.txt /
|
||||
ADD templates /templates
|
||||
ADD static /static
|
||||
|
||||
VOLUME /download/
|
||||
|
||||
@@ -10,4 +11,4 @@ RUN pip install manga-py
|
||||
|
||||
|
||||
|
||||
CMD ["python", "./main.py"]
|
||||
CMD ["python", "./main.py"]
|
||||
|
||||
Reference in New Issue
Block a user