Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 136 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 136 Bytes

To build the image:

docker build -t pvault .	

or to build specific branch:

docker build --build-arg git_repo=v6.1 -t pvault:v6.1 .