static and dynamic site are working again, dockerfile is working as well

This commit is contained in:
gurkenhabicht 2025-12-23 02:26:21 +01:00
parent a0a1e6ebd0
commit 97eaec4dee
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ENV POETRY_NO_INTERACTION=1
WORKDIR /app
RUN git clone https://git.stefan.works/stefan/website.git .
RUN poetry install --only main # --no-root
RUN poetry install --only main --no-root
RUN poetry run python -m scripts.patch_flask_frozen
RUN poetry run python freezer.py

View File

@ -3,4 +3,4 @@
export FLASK_DEBUG=True
export FLASK_APP=start_site.py
python3 -m flask run
poetry run python3 -m flask run