Skip to content

Commit

Permalink
Add permissions to runtime dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 13, 2025
1 parent 80276c9 commit a43b1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ COPY etc/boto /app/.boto
WORKDIR /app

COPY --from=build /app/_build/prod/rel/bob ./
RUN mkdir /boto /tarsnap
RUN chown -R nobody: /app /boto /tarsnap
RUN mkdir /boto /persist /tarsnap
RUN chown -R nobody: /app /boto /persist /tarsnap
USER nobody

ENV HOME=/app
Expand Down

0 comments on commit a43b1ea

Please sign in to comment.