Skip to content

Commit 0eef978

Browse files
committed
Fix broken static content
1 parent 616f2cf commit 0eef978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ COPY requirements.txt /requirements.txt
33
RUN pip3 install -r /requirements.txt
44
COPY ./app.py /app.py
55
COPY ./templates/ /templates/
6+
COPY ./static/ /static/
67
EXPOSE 5000
78
ENTRYPOINT ["python", "app.py"]

0 commit comments

Comments
 (0)