Commit graph

2 commits

Author SHA1 Message Date
Robin Whittleton
c606dea993 Fix key generation in Docker
We were generating the key in the Dockerfile, but then mounting the host’s web directory, which “obscured” (to quote the Docker docs) the directory in the container. We can move key generation to the container entrypoint, but only call it if the key doesn’t already exist to save time on container teardown / restart.
2021-02-11 16:21:15 -06:00
Robin Whittleton
c36fde5c8c Move the Docker files into their own folder 2021-02-11 16:21:15 -06:00