added docker sandbox, work in progress
This commit is contained in:
7
sandbox/Makefile
Normal file
7
sandbox/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
default: build
|
||||
|
||||
build:
|
||||
docker build -t sneak/sandbox .
|
||||
|
||||
push: build
|
||||
docker push sneak/sandbox
|
||||
Reference in New Issue
Block a user