Skip to content

Commit

Permalink
fix PYTHONPATH spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Feb 15, 2015
1 parent 6ee4c9d commit d5ddffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ADD ./galaxy.py /py/galaxy.py
ADD ./put /py/put
ADD ./get /py/get
# Make sure the system is aware that it can look for python code here
ENV PYTHONPATH /py/:$PATHONPATH
ENV PYTHONPATH /py/:$PYTHONPATH
ENV PATH /py/:$PATH
RUN chmod 777 -R /py/

Expand Down

0 comments on commit d5ddffb

Please sign in to comment.