Skip to content

Commit

Permalink
fix: ensure allow other added to fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
iPromKnight committed Jan 15, 2025
1 parent 4dffda8 commit 3a150d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ COPY --from=build /app/entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

RUN echo "user_allow_other" >> /etc/fuse.conf

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 3a150d7

Please sign in to comment.