Sha256: b95daaf3b68b36042112c9c8a2c34a6a8e3f807a5174726008842a603ee2090b
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
usage: @echo "Available targets:" @echo " * build - Builds image" @echo " * dev - Opens an ash session in the container" .PHONY: build build: docker build . -t stack_trace .PHONY: dev dev: docker run -it --rm -v $(PWD):/stack_trace stack_trace sh
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stack_trace-0.8.0 | Makefile |
stack_trace-0.7.0 | Makefile |