Skip to content

Commit

Permalink
fix: data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Jul 13, 2024
1 parent e8e5416 commit a5aff11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ RUN adduser \
--no-create-home \
--uid "${UID}" \
appuser


RUN mkdir -p /data
RUN chown -R appuser:appuser /data


USER appuser

# Copy the executable from the "build" stage.
Expand Down

0 comments on commit a5aff11

Please sign in to comment.