Skip to content

Commit 3a150d7

Browse files
committed
fix: ensure allow other added to fuse
1 parent 4dffda8 commit 3a150d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ COPY --from=build /app/entrypoint.sh /entrypoint.sh
2323

2424
RUN chmod +x /entrypoint.sh
2525

26+
RUN echo "user_allow_other" >> /etc/fuse.conf
27+
2628
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)