Skip to content

Commit

Permalink
Make get/put shell scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Feb 10, 2016
1 parent 097d30c commit 85f9e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ RUN mkdir /home/$NB_USER/py/
COPY ./galaxy.py /home/$NB_USER/py/galaxy.py
COPY ./put /home/$NB_USER/py/put
COPY ./get /home/$NB_USER/py/get
RUN chmod +x /home/$NB_USER/py/get /home/$NB_USER/py/put

# Make sure the system is aware that it can look for python code here
ENV PYTHONPATH /home/$NB_USER/py/:$PYTHONPATH
ENV PATH /home/$NB_USER/py/:$PATH
Expand Down

0 comments on commit 85f9e3d

Please sign in to comment.