From 0c98ad25a5e7c4ab4a8bb7e1bcfa39c3521ede92 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 6 Mar 2021 15:38:14 +1100 Subject: Note that Docker deployments are not officially supported or mature. --- Dockerfile-debian-python3-sqlite | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Dockerfile-debian-python3-sqlite') diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite index 0785a18e..295fa24c 100644 --- a/Dockerfile-debian-python3-sqlite +++ b/Dockerfile-debian-python3-sqlite @@ -1,5 +1,11 @@ # A Dockerfile for MediaGoblin hacking. # +# IMPORTANT: This Dockerfile is not an officially supported approach to +# deploying MediaGoblin. It is experimental and intended for helping developers +# run the test suite. To deploy MediaGoblin, see: +# +# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html +# # Most development Docker images are built and run as root. That doesn't work # here because the `bower` command run within the `make` step, refuses to run as # root. -- cgit v1.2.3