From 90ea60d69845004276b2a7614b283a8ee2047208 Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sat, 11 Sep 2021 01:16:37 +0300 Subject: [PATCH] feat: docker image: busybox -> scratch --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e50fa7f..0316408 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ -FROM busybox +FROM scratch WORKDIR /app COPY templates/ templates/ COPY static/ static/ COPY micrach ./ -RUN chmod +x /app/micrach ENTRYPOINT ["/app/micrach"] \ No newline at end of file