Skip to content

Commit

Permalink
Try create files
Browse files Browse the repository at this point in the history
  • Loading branch information
aspic committed Feb 20, 2016
1 parent 4daef1c commit 7aa9946
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 @@ -5,7 +5,7 @@ RUN mkdir /app
ADD . /app/
WORKDIR /app

RUN mkdir files
RUN mkdir -p files
RUN git init files

RUN git config --global user.email "system@dockercontainer"
Expand Down

0 comments on commit 7aa9946

Please sign in to comment.