diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-04-26 11:21:50 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-04-26 11:21:50 +0200 |
commit | fcdfbcc0765bb9af8e4deacdc5601326c318e0be (patch) | |
tree | 2d45798cc96a71e595c3360c5109e684abf2ceab /Dockerfile | |
parent | b21c82421feebca66b625e720e8a7923d80758e7 (diff) |
README: Add Docker section3.1.1
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] |