diff --git a/README.md b/README.md
index 5900f0f99218421607faec4ec78cbc413343b8e3..33dd4747841eaf6b860d32cc6f96ebe0ccfe77b4 100755
--- a/README.md
+++ b/README.md
@@ -21,4 +21,11 @@ Fill .env `PRIVATE_KEY` with a Sepolia wallet private key (0x...). This will be
 To run the node
 ```
 npm run start
-```
\ No newline at end of file
+```
+
+# Docker setup
+
+```
+docker build -t prover-node .
+docker run -it "prover-node"
+```