From fcda8ab0e15cba33d7bfcd95a27ebe0a3d4d00d1 Mon Sep 17 00:00:00 2001 From: Tom Naessens Date: Sun, 17 Mar 2024 22:47:53 +0100 Subject: [PATCH] Chown all the things --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7e010d7..4d612b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN bundle install COPY . /app +RUN chown -R factuur:factuur /app USER factuur RUN yarn install