updated to render md from content dir

This commit is contained in:
venus
2026-03-04 18:00:42 -06:00
parent 6c6cccae49
commit 62dcfab912
4 changed files with 44 additions and 39 deletions

View File

@@ -7,6 +7,7 @@ ENV FLASK_APP=app
RUN mkdir /app
COPY app/requirements.txt /app
RUN pip3 install -r /app/requirements.txt
COPY app /app
ENTRYPOINT ["flask"]