From cd3f3a97ac8c08b8b805f03ef68a98ad308efde2 Mon Sep 17 00:00:00 2001 From: Charles M Date: Sun, 14 Dec 2025 14:22:36 -0500 Subject: [PATCH] Fix Docker build command in comments (#2003) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 418aa44cd..dfc400808 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Pelican Production Dockerfile ## -# If you want to build this locally you want to run `docker build -f Dockerfile.dev` +# If you want to build this locally you want to run `docker build -f Dockerfile.dev .` ## # ================================