diff --git a/Makefile b/Makefile
index 709ebc6cfc83ad9bb5713299359b36f10057e637..77ce0d8dcbaa71eeedeedce6fbdda739de864851 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,7 @@ push:
 	git add . && git commit -m "$(msg)" && git push origin HEAD
 
 update-prod:
-	git checkout . && git pull origin master && npm run build && npm run style
\ No newline at end of file
+	git checkout . && git pull origin master && npm run build && npm run style
+
+reload:
+	docker exec -it kuadrado nginx -s reload
\ No newline at end of file