regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Create a Dockerfile that allows running on local #38

Open regularstuff opened 3 months ago

regularstuff commented 3 months ago

By default it should save sqlite3.db inside image, and it should have instructions how to run with bind to an sqlite3 file on the the host.

Either in this issue or a separate one, provide/document a mechanism to read a different settings.py file (I think this is just a matter of passing in an appropriate environment variable.)