5 lines
116 B
Makefile
5 lines
116 B
Makefile
|
build:
|
||
|
docker build -t stress -t hub.kumoly.io/tools/stress .
|
||
|
|
||
|
push:
|
||
|
docker push hub.kumoly.io/tools/stress:latest
|