Commit Graph

5 Commits

Author SHA1 Message Date
Gereon Frey 63c336039b Use debian instead of alpine
This is related to issues with iconv on alpine linux (see [1]). I
noticed that the content file `tipuesearch_content.json` didn't contain
the sanitized text, but only the boolean `false`. I tracked it down to
the `iconv` call. After migration to the debian docker image it is
working fine. Build was started using `docker run --rm -it -w /build -v
"$PWD":/build daux/daux.io daux generate`.

[1] https://github.com/docker-library/php/issues/428
2019-02-25 08:06:45 +01:00
Stéphane Goetz d93ad8c6b1 Add translation of modified_at time, using php-intl 2018-09-21 22:12:07 +02:00
Stéphane Goetz 049e5cd498 Document how you can create a docker image with the documentation inside. Fixes #37 2018-06-05 22:40:38 +02:00
Stéphane Goetz ec9344f558 Change Docker's base image to use alpine. Fixes #5 2017-10-18 21:34:54 +02:00
Stéphane Goetz 171674ffb6 Added Dockerfile 2017-09-13 22:27:01 +02:00