Skip to content

Commit

Permalink
web: fix docker build command and reorder steps executed
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed Nov 22, 2023
1 parent b9e5435 commit 01da0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Participation Guidelines</h2>
<span>Clone the repository</span>
<pre>git clone https://github.com/vocdoni/zk-voceremony.git && cd zk-voceremony</pre>
<span>Build the image locally</span>
<pre>docker build -t vocdoni/zk-voceremony . </pre>
<pre>docker build . --target zk-voceremony --tag vocdoni/zk-voceremony</pre>
<span>Run it</span>
<pre>docker run --rm -it vocdoni/zk-voceremony</pre>
</div>
Expand Down

0 comments on commit 01da0e5

Please sign in to comment.