From fcdfbcc0765bb9af8e4deacdc5601326c318e0be Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 26 Apr 2020 11:21:50 +0200 Subject: README: Add Docker section --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2982727..a6be435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,9 @@ RUN apt-get update \ COPY . /app +RUN ln -sf ../ext-templates/imprint.html.ep templates/imprint.html.ep \ + && ln -sf ../ext-templates/privacy.html.ep templates/privacy.html.ep + EXPOSE 8092 CMD ["hypnotoad", "-f", "index.pl"] -- cgit v1.2.3