Skip to content

Commit

Permalink
fix: file permissions error in container
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-x committed Aug 17, 2023
1 parent 1af00b7 commit c866986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/jupyterlab/standard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ RUN curl -fOL -x "http://192.168.10.60:8080" https://github.com/coder/code-serve
### CERTIFICATES ###
####################
COPY containers/files/scripts/addcerts.sh ./
RUN chmod +x ./addcerts.sh
RUN chmod +x ./addcerts.sh && \
chown -R $NB_USER: addcerts.sh

COPY containers/files/scripts/ /tmp/install/scripts/
RUN chmod +x /tmp/install/scripts/*.sh
Expand Down

0 comments on commit c866986

Please sign in to comment.