Skip to content
This repository has been archived by the owner on Dec 16, 2017. It is now read-only.

Commit

Permalink
Move Dockerfile to empty directory and fix permissions error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Jan 22, 2015
1 parent 857b753 commit 836352d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile → docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN apt-get update && \
WORKDIR /home
RUN git clone https://github.com/technoskald/maltrieve.git && \
cd maltrieve && \
pip install -r requirements.txt
pip install -r requirements.txt && \
chown -R maltrieve:maltrieve /home/maltrieve

USER maltrieve
ENV HOME /home/maltrieve
Expand Down

0 comments on commit 836352d

Please sign in to comment.