From a5deea411b85ff592ff17a74a5aee93bf7192e58 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 2 Mar 2025 18:36:48 -0600 Subject: [PATCH] ok now its not root --- migrations/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/Dockerfile b/migrations/Dockerfile index 1784c0f..7556c02 100644 --- a/migrations/Dockerfile +++ b/migrations/Dockerfile @@ -1,5 +1,6 @@ FROM ghcr.io/jackc/tern:v2.3.2 +USER 1000:1000 WORKDIR /migrations COPY . . ENV USER=1000