Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 548 Bytes

BP-SHELL-STEP-TEMPLATE

I'll use cdk to deploy aws cdk stack applications.

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