3 lines
186 B
Makefile
3 lines
186 B
Makefile
build:
|
|
docker build -t git.nix13.pw/scuroneko/kurumibotgo:latest -t git.nix13.pw/scuroneko/kurumibotgo:0.2.0 -f ./Dockerfile .
|
|
docker push git.nix13.pw/scuroneko/kurumibotgo --all-tags
|