hacks/sandbox/Makefile

8 lines
96 B
Makefile
Raw Normal View History

2016-04-08 02:33:24 +00:00
default: build
build:
docker build -t sneak/sandbox .
push: build
docker push sneak/sandbox