Added persistent storage for signatures

lektura
Jonas Oberg 2017-06-13 10:14:58 +02:00
parent 33633dfa7c
commit 420a88ee66
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1,3 @@
FROM publysher/hugo
RUN /usr/share/blog/build/build.sh

View File

@ -16,4 +16,5 @@
- 1313:1313
env:
HUGO_BASE_URL: http://lund.fsfeurope.org:1313/
volumes:
- "/srv/pmpc-signatures:/usr/share/blog/data/signatures"