Commit graph

12 commits

Author SHA1 Message Date
Alex Cabal
655af425e9 Fix broken shell glob in Docker config 2023-12-10 14:48:38 -06:00
Alex Cabal
fa312ea089 Update Docker config for Ubuntu 22.04 2023-12-09 11:14:40 -06:00
Robin Whittleton
f8960de191 Let composer download packages inside Docker 2023-01-18 11:00:56 -06:00
Alex Cabal
42b92bab28 Update dockerfile 2022-08-09 09:44:15 -05:00
Alex Cabal
04b5000de7 Add Apache module config to readme/docker 2022-07-11 11:10:52 -05:00
Alex Cabal
dfc9c1324d Update Docker config 2022-07-09 20:09:40 -05:00
Alex Cabal
6c603016bd Move feeds behind Patrons Circle login 2022-07-09 20:09:39 -05:00
Robin Whittleton
3b53b4b991 Update Dockerfile to include things needed for deploy-ebook-to-www
I do not know why, but if you try to combine both the apt-get lines, the server crashes. This works, and doesn’t cause any problems apart from being a little messier in looks, so 🤷‍♂️
2021-07-27 15:45:14 -05:00
Robin Whittleton
fb1ed290a5 Start apache in the same way as PHP in the Docker container 2021-02-11 16:21:15 -06:00
Robin Whittleton
f398700c56 Remove unnecessary newline 2021-02-11 16:21:15 -06:00
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