Skip to content

Commit

Permalink
Add missing pyoutline assets. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcipriano authored Jan 22, 2019
1 parent 6b7bf07 commit 0779037
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyoutline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ RUN test -e VERSION || echo "$(cat VERSION.in)-custom" | tee VERSION

COPY pyoutline/README.md ./pyoutline/
COPY pyoutline/setup.py ./pyoutline/
COPY pyoutline/bin ./pyoutline/bin
COPY pyoutline/etc ./pyoutline/etc
COPY pyoutline/wrappers ./pyoutline/wrappers
COPY pyoutline/src ./pyoutline/src

# TODO(bcipriano) Lint the code here. (Issue #78)
Expand Down

0 comments on commit 0779037

Please sign in to comment.