Closed e-caste closed 4 years ago
The deployment of this website is a long process, between package installations and configs. A Dockerfile would allow for a very quick deployment.
The nginx Docker image may be a nice place to start.
@e-caste Also remember to leave the sqlite file outside of the container, or make it permanent. Somehow. asd
@lvps Good idea, the ADD command does exactly that.
Closed with PR #51
The deployment of this website is a long process, between package installations and configs. A Dockerfile would allow for a very quick deployment.
The nginx Docker image may be a nice place to start.