Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 322 Bytes

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.

Created from templates made available by Stagehand under a BSD-style license.

docker build -t my/app . docker run --rm -it my/app:latest