From 30265eb45f5c89446a09c9ecdf857c3a43635a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Sun, 12 Jan 2025 22:46:35 +0100 Subject: [PATCH] Fix some ownership --- Dockerfile | 3 ++- config/test.exs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 630ec40..24610e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,7 +71,8 @@ COPY etc/boto /app/.boto WORKDIR /app COPY --from=build /app/_build/prod/rel/bob ./ -RUN chown -R nobody: /app +RUN mkdir /boto /tarsnap +RUN chown -R nobody: /app /boto /tarsnap USER nobody ENV HOME=/app diff --git a/config/test.exs b/config/test.exs index e341823..04e0396 100644 --- a/config/test.exs +++ b/config/test.exs @@ -4,4 +4,4 @@ config :bob, master_schedule: [], agent_schedule: [] -# config :logger, level: :warning +config :logger, level: :warning