From e9be75499184699aefdce635ae1fd87a2d04bf5e Mon Sep 17 00:00:00 2001 From: Michael Cooper Date: Tue, 24 Sep 2024 10:17:19 -0700 Subject: [PATCH] don't set the gid in the USER command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c25d6ab..73bf12c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,5 +127,5 @@ COPY --from=python . . COPY --from=r . . COPY --from=duckdb . . COPY --from=rust . . -USER 8000:8000 +USER 8000 WORKDIR /project