pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 2247dc274f470bd2bfed0e71ea7de9c10059a03d
parent a7cf91e0d9504f88190a365d5e89a18508e7f592
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 23 Jan 2021 15:07:26 +0000

renamed 'blog' dir to 'pyratelog' and add script into dir

Diffstat:
MDockerfile | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -15,9 +15,7 @@ run curl -fsSL "https://github.com/jgm/pandoc/releases/download/2.11.3.2/pandoc- copy supervisord.conf /etc/ -run mkdir /blog -copy post_template.html style.css /blog/ - -copy pyratelog.sh / +run mkdir /pyratelog +copy pyratelog.sh post_template.html style.css /pyratelog/ entrypoint /usr/bin/supervisord -c /etc/supervisord.conf