Skip to content

vspaceone/documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documents

Build

Once (replace user with your username)

docker build -t vspacedocs .
docker run -it -v /path/to/repository:/build --name vspacedocs vspacedocs

Since then

docker start vspacedocs

The container will exit as soon as all files are built.

Usage