1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2025-10-09 17:37:58 +02:00

minor style changes, added graphics volume

This commit is contained in:
2024-04-13 23:56:08 +02:00
parent 0bc1a955a6
commit cdf6660cae
6 changed files with 22 additions and 17 deletions

View File

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