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