Skip to content

Commit c4c05fb

Browse files
committed
fix(dockerfile): chown code directory for conda user
1 parent 94703f7 commit c4c05fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ENV LOGNAME=conda
4242
ENV MAIL=/var/spool/mail/conda
4343
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/conda/bin
4444
RUN chown conda:conda $HOME && \
45+
chown -R conda:conda /opt/autotick-bot && \
4546
cp -R /etc/skel $HOME && \
4647
chown -R conda:conda $HOME/skel && \
4748
(ls -A1 $HOME/skel | xargs -I {} mv -n $HOME/skel/{} $HOME) && \

0 commit comments

Comments
 (0)