update automatically, fixed some bugs

This commit is contained in:
2024-04-14 03:24:53 +02:00
parent a6bab311c6
commit 3fc10d1d8e
11 changed files with 215 additions and 124 deletions

View File

@@ -6,11 +6,11 @@ COPY src /blog
WORKDIR /blog
VOLUME /blog/data
RUN pip3 install -r requirements.txt
VOLUME /blog/templates/entry
VOLUME /blog/data
VOLUME /blog/static/graphics
EXPOSE 5000