From 928f8c84625dce9799951468621842e405a9aa83 Mon Sep 17 00:00:00 2001 From: yair Date: Thu, 28 Dec 2023 20:13:47 +0200 Subject: [PATCH] assets and docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa15b89..41ec2a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM gcr.io/distroless/static-debian11 -COPY assets/ /usr/bin +COPY assets/ /usr/bin/assets USER nonroot:nonroot