4 lines
142 B
Makefile
4 lines
142 B
Makefile
|
docker-push:
|
||
|
docker build . -t matrix-bots
|
||
|
docker tag matrix-bots registry.ewintr.nl/matrix-bots
|
||
|
docker push registry.ewintr.nl/matrix-bots
|