summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-04-26 11:21:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-04-26 11:21:50 +0200
commitfcdfbcc0765bb9af8e4deacdc5601326c318e0be (patch)
tree2d45798cc96a71e595c3360c5109e684abf2ceab /Dockerfile
parentb21c82421feebca66b625e720e8a7923d80758e7 (diff)
README: Add Docker section3.1.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
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"]