Skip to content

OT-BUILDPIPER-MARKETPLACE/BP-RELEASE-NOTES-STEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BP-SHELL-STEP-TEMPLATE

I'll

Setup

git submodule init
git submodule update
docker build -t ot/<image-name>:0.1 .
  • Do local testing
docker run -it --rm -v $PWD:/src -e var1="key1" -e var2="key2" ot/<image-name>:0.1
  • Debug
docker run -it --rm -v $PWD:/src -e var1="key1" -e var2="key2" --entrypoint sh ot/<image-name>:0.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published