Skip to content

Commit

Permalink
Docker fix chown path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Matt committed Mar 17, 2018
1 parent 79e6457 commit 4fa3117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ WORKDIR $GOPATH/src/github.com/thefederationinfo/github-integration

RUN go get ./... && go build
RUN mv github-integration /usr/local/bin/github-integration
RUN mv templates /home/user && chown -R user:user templates
RUN mv templates /home/user && \
chown -R user:user /home/user/templates

RUN apt-get purge -y git-core
RUN apt-get clean && apt-get autoclean
Expand Down

0 comments on commit 4fa3117

Please sign in to comment.