We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616f2cf commit 0eef978Copy full SHA for 0eef978
Dockerfile
@@ -3,5 +3,6 @@ COPY requirements.txt /requirements.txt
3
RUN pip3 install -r /requirements.txt
4
COPY ./app.py /app.py
5
COPY ./templates/ /templates/
6
+COPY ./static/ /static/
7
EXPOSE 5000
8
ENTRYPOINT ["python", "app.py"]
0 commit comments