From 10748076ce290590c5182b087e08ad518bdf04e3 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 30 Oct 2024 14:39:18 -0700 Subject: [PATCH] Update Dockerfile reference Signed-off-by: Emmanuel Ferdman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4fd605..949a59a7 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ test # Run the Django test runner without coverage ## Deploying to Production The Django base site is designed to be production ready because it comes with a production -ready [multi-stage Dockerfile](https://github.com/epicserve/django-base-site/blob/main/config/docker/Dockerfile). +ready [multi-stage Dockerfile](https://github.com/epicserve/django-base-site/blob/main/config/docker/Dockerfile.web). You can also read a [blog post](https://epicserve.com/django/2022/12/30/using-flyio-with-the-django-base-site.html) about using it with fly.io. If you want to blog about using the Django Base Site with other PaaS providers, please let me know, and I can link to the post here.