1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

minor style changes, added graphics volume

This commit is contained in:
2024-04-13 23:41:02 +02:00
parent 472d8c74c6
commit 6c586c6a89
7 changed files with 12 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ RUN pip3 install -r requirements.txt
VOLUME /blog/templates/entry
VOLUME /blog/static/graphics
EXPOSE 5000
ENTRYPOINT [ "python3" ]