From 5641871d55a2f26a8b85ca7568de1b721b22f81f Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Tue, 2 Dec 2025 15:28:07 -0500 Subject: [PATCH] Update Dockerfile check directive This is due to the new coolify build process --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a137131..ac60b8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -# check=error=true +# check=error=true;skip=SecretsUsedInArgOrEnv # This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand: # docker build -t theseus .