From cb11b55b9cdc4dd73c9bafa0af9af0c7ea886c3a Mon Sep 17 00:00:00 2001 From: Restioson Date: Mon, 28 Oct 2024 13:28:34 +0200 Subject: [PATCH] fix(build): copy entrypoint before app This is better as app/ will likely change more often than entrypoint.sh. Thus, this change increases the degree to which the container's build layers can be cached Co-authored-by: Friedel Wolff --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 283a6eb5..41894309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ RUN <