Skip to content

Commit

Permalink
Make it possible to mount local dir into docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 13, 2017
1 parent 5bb595a commit 24887d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ COPY requirements.txt /tmp/
RUN pip install -r /tmp/requirements.txt

WORKDIR /data
VOLUME "/data"

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
\definecolor{VerbatimBorderColor}{RGB}{230,230,230}
% Load packages for unicode
\usepackage[utf8]{inputenc}
\\usepackage[utf8]{inputenc}
% Map specific problematic characters
\DeclareUnicodeCharacter{1EBD}{\~e}
Expand Down

0 comments on commit 24887d5

Please sign in to comment.