src: logging and writing complete

This commit is contained in:
2022-07-30 23:56:17 +02:00
parent cd09ab9a12
commit 61aa869b93
17 changed files with 372 additions and 105 deletions

View File

@@ -6,6 +6,8 @@ COPY src /blog
WORKDIR /blog
VOLUME /blog/data
RUN pip3 install -r requirements.txt
VOLUME /blog/templates/entry