From 01da0e5a04e661055e50adce95083b4448884c39 Mon Sep 17 00:00:00 2001 From: Gui Iribarren Date: Wed, 22 Nov 2023 12:04:29 +0100 Subject: [PATCH] web: fix docker build command and reorder steps executed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8343cda..6a26167 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

Participation Guidelines

Clone the repository
git clone https://github.com/vocdoni/zk-voceremony.git && cd zk-voceremony
Build the image locally -
docker build -t vocdoni/zk-voceremony . 
+
docker build . --target zk-voceremony --tag vocdoni/zk-voceremony
Run it
docker run --rm -it vocdoni/zk-voceremony