From 353c23e7739c1f74cbf1c91a9f4e8e2a3c96b493 Mon Sep 17 00:00:00 2001 From: yair Date: Thu, 28 Dec 2023 19:57:13 +0200 Subject: [PATCH] assets and docker file --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9f67bdc..b2d968b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM alpine -COPY . . -RUN ls -l - COPY assets/ /usr/bin USER nonroot:nonroot