Skip to content

Commit

Permalink
Set PYTHONPATH in the container environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Aug 12, 2016
1 parent 7febc69 commit 79821ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ EXPOSE 5000
# Set the application environment
ENV PATH /var/lib/hypothesis/bin:$PATH
ENV PYTHONIOENCODING utf_8
ENV PYTHONPATH /var/lib/hypothesis:$PYTHONPATH

# Start the web server by default
USER hypothesis
Expand Down

0 comments on commit 79821ae

Please sign in to comment.