server static files with Flask

This commit is contained in:
2024-02-11 18:24:43 +01:00
parent 1151c3e9a2
commit 49574602ed
4 changed files with 22 additions and 21 deletions

View File

@ -9,6 +9,7 @@ RUN pip3 install -r /requirements.txt
COPY ./src /app
COPY ./web /web
WORKDIR /app