Skip to content
Snippets Groups Projects
Commit ee71d3a7 authored by František Dvořák's avatar František Dvořák
Browse files

Touch rclone config to get rid of the warning for jovyan user

parent ec943472
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ RUN sed -ie 's/#\s*\(user_allow_other\)/\1/' /etc/fuse.conf ...@@ -16,6 +16,10 @@ RUN sed -ie 's/#\s*\(user_allow_other\)/\1/' /etc/fuse.conf
# create jovyan user # create jovyan user
RUN adduser -u $JOVYAN_UID -g $JOVYAN_GRP -D jovyan RUN adduser -u $JOVYAN_UID -g $JOVYAN_GRP -D jovyan
USER jovyan
RUN rclone config touch
USER ''
COPY mount.sh /usr/local/bin/ COPY mount.sh /usr/local/bin/
ENTRYPOINT [ "tini", "-g", "--", "mount.sh" ] ENTRYPOINT [ "tini", "-g", "--", "mount.sh" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment