web/vms/docker
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
..
Dockerfile Fix key generation in Docker 2021-02-11 16:21:15 -06:00
start-server.sh Fix key generation in Docker 2021-02-11 16:21:15 -06:00