Skip to content

Commit

Permalink
added Workdir /data for mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
PfaffS committed Mar 21, 2018
1 parent 84a5088 commit b8719f9
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 @@ -27,3 +27,6 @@ RUN git clone "https://github.com/Kinggerm/GetOrganelle" && \
ENV PATH "$HOME/GetOrganelle:$PATH"
ENV PATH "$HOME/GetOrganelle/Utilities:$PATH"

VOLUME /data

WORKDIR /data

0 comments on commit b8719f9

Please sign in to comment.