Skip to content

Commit

Permalink
docker: set permissions of /fossildb to 777
Browse files Browse the repository at this point in the history
  • Loading branch information
jstriebel authored Feb 14, 2018
1 parent ecfb745 commit 0d521f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY fossildb .
RUN groupadd -r fossildb \
&& useradd -r -g fossildb fossildb \
&& ln -s /fossildb/fossildb /usr/local/bin \
&& chmod 777 . \
&& chown -R fossildb .

CMD [ "fossildb" ]

0 comments on commit 0d521f9

Please sign in to comment.