Skip to content

Commit

Permalink
Avoid images beeing copied into cookbook dir
Browse files Browse the repository at this point in the history
There were images copied loose into cookbook directory
instead of cookbook/images
  • Loading branch information
mkuzak committed Apr 7, 2015
1 parent b7e03c4 commit 064dce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN mkdir /pandas-cookbook
WORKDIR /pandas-cookbook
RUN mkdir ./cookbook ./data ./cookbook/images

COPY cookbook/* ./cookbook/
COPY cookbook/images/* ./cookbook/images/
COPY cookbook/*.ipynb ./cookbook/
COPY cookbook/images/*.png ./cookbook/images/
COPY data/* ./data/

WORKDIR /pandas-cookbook/cookbook/

0 comments on commit 064dce3

Please sign in to comment.