Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Add volume, set HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Nov 25, 2017
1 parent 6840af5 commit fa04f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ RUN gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD
RUN gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
RUN apt-get update
RUN apt-get install -y tor deb.torproject.org-keyring
RUN mkdir -p /var/lib/ormesh
ENV HOME /var/lib/ormesh
VOLUME /var/lib/ormesh
COPY ormesh /
ENTRYPOINT ["/ormesh", "agent", "run"]

0 comments on commit fa04f68

Please sign in to comment.