diff --git a/Dockerfile-debian-stretch b/Dockerfile-debian-stretch index c9ef5f0dbfd97ec9279cc5be1143781945bdcf9e..91ad9120872d82774c1b05269e35371097e44f1f 100644 --- a/Dockerfile-debian-stretch +++ b/Dockerfile-debian-stretch @@ -1,5 +1,5 @@ -# docker build --tag sfconservancy.org - < Dockerfile-debian-stretch -# docker run --tty --interactive --rm=true --publish=8000:8000 --mount type=bind,source=$(pwd),target=/var/www/website --mount type=bind,source=$(pwd)/conservancy-website.sqlite3,target=/var/lib/www/database/conservancy-website.sqlite3 sfconservancy.org:latest +# docker build --tag sfconservancy.org-stretch - < Dockerfile-debian-stretch +# docker run --tty --interactive --rm=true --publish=8000:8000 --mount type=bind,source=$(pwd),target=/var/www/website --mount type=bind,source=$(pwd)/conservancy-website.sqlite3,target=/var/lib/www/database/conservancy-website.sqlite3 sfconservancy.org-stretch:latest ARG DEBIAN_FRONTEND=noninteractive