static and dynamic site are working again, dockerfile is working as well
This commit is contained in:
parent
a0a1e6ebd0
commit
97eaec4dee
|
|
@ -14,7 +14,7 @@ ENV POETRY_NO_INTERACTION=1
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN git clone https://git.stefan.works/stefan/website.git .
|
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 -m scripts.patch_flask_frozen
|
||||||
RUN poetry run python freezer.py
|
RUN poetry run python freezer.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue