Skip to content

Commit

Permalink
Fix some ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 12, 2025
1 parent 121d326 commit 30265eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ config :bob,
master_schedule: [],
agent_schedule: []

# config :logger, level: :warning
config :logger, level: :warning

0 comments on commit 30265eb

Please sign in to comment.