diff --git a/Makefile b/Makefile index aa26faf..a61e185 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ init: git clone --recursive --branch develop https://github.com/vtnerd/monero-lws - git clone https://github.com/lalanza808/docker-monero-node \ No newline at end of file + git clone https://github.com/lalanza808/docker-monero-node + +build: + docker-compose build \ No newline at end of file