File diff fe4112c8798c → 3826b6fb66e7
Dockerfile-debian-bookworm
Show inline comments
 
# To build the Docker image with the necessary dependencies:
 
# docker build --tag sfconservancy.org-bookworm --file Dockerfile-debian-bookworm .
 
#
 
# To run the website, first ensure you have a
 
# "conservancy/djangocommonsettings.py" file, with an appropriate database path.
 
#
 
# [FIRST RUN ONLY] If you don't have an existing copy of the database, run:
 
# touch conservancy-website.sqlite3
 
#
 
# Start the application with:
 
# docker run --tty --interactive --rm=true --publish=8000:8000 \
 
#   --mount type=bind,source=$(pwd),target=/var/www/website \