Skip to content

Commit 614fb40

Browse files
authored
don't set the gid in the USER command (#12)
1 parent 328292f commit 614fb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ COPY --from=python . .
127127
COPY --from=r . .
128128
COPY --from=duckdb . .
129129
COPY --from=rust . .
130-
USER 8000:8000
130+
USER 8000
131131
WORKDIR /project

0 commit comments

Comments
 (0)