Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 576 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 576 Bytes

{{ service-name }}

Build image

./build.sh

Test image

./test.sh

Run command inside the container

./terminal.sh

Run stack

./run.sh

Configuration

Create custom.cfg file. It can be used to store and inject secrets, that should not be commited into the repo. Additional local only docker options can be specified in custom_options variable, such as volume mounts, i.e.

custom_options="""
  --volume=`pwd`/../some-package-repo/some_package:/usr/local/lib/python3.7/site-packages/some_package
"""