update image name on landing

This commit is contained in:
Pavel Sviderski
2025-02-05 20:48:02 +10:00
parent efcb9ee947
commit 22f705d6c9
+1 -1
View File
@@ -112,7 +112,7 @@
<pre> </pre> <pre> </pre>
<pre class="text-zinc-500 select-none"># Deploy your app with automatic HTTPS</pre> <pre class="text-zinc-500 select-none"># Deploy your app with automatic HTTPS</pre>
<pre><span class="text-emerald-500 select-none">$ </span>uc run --name my-app -p app.example.com:8000/https registry/app</pre> <pre><span class="text-emerald-500 select-none">$ </span>uc run --name my-app -p app.example.com:8000/https app-image:latest</pre>
<pre class="text-zinc-200">✨ Your app is available at <span class="underline">https://app.example.com</span></pre> <pre class="text-zinc-200">✨ Your app is available at <span class="underline">https://app.example.com</span></pre>
<pre> </pre> <pre> </pre>