8 lines
96 B
Makefile
8 lines
96 B
Makefile
default: build
|
|
|
|
build:
|
|
docker build -t sneak/sandbox .
|
|
|
|
push: build
|
|
docker push sneak/sandbox
|