diff options
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"] |