Skip to content

Commit

Permalink
add volume to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jan 21, 2021
1 parent 1bc644f commit 43e812b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocis/docker/Dockerfile.linux.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ ENTRYPOINT ["/usr/bin/ocis"]
CMD ["server"]

COPY bin/ocis /usr/bin/ocis

VOLUME [ "/var/tmp/ocis" ]
2 changes: 2 additions & 0 deletions ocis/docker/Dockerfile.linux.arm
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ ENTRYPOINT ["/usr/bin/ocis"]
CMD ["server"]

COPY bin/ocis /usr/bin/ocis

VOLUME [ "/var/tmp/ocis" ]
2 changes: 2 additions & 0 deletions ocis/docker/Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ ENTRYPOINT ["/usr/bin/ocis"]
CMD ["server"]

COPY bin/ocis /usr/bin/ocis

VOLUME [ "/var/tmp/ocis" ]

0 comments on commit 43e812b

Please sign in to comment.