Skip to content

Commit

Permalink
Update docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jun 12, 2023
1 parent df7a106 commit 7c2940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="mockup-code w-fit max-w-full mx-auto mt-1 shadow-lg">
<pre data-prefix="$"><code>docker run -d \
-v weights:/usr/src/app/weights -v datadb:/data/db/ \
-p 8008:8008 ghcr.io/nsarrazin/serge:latest
-p 8008:8008 ghcr.io/serge-chat/serge:latest
</code></pre>
<pre data-prefix=">" class="text-success"><code>Done! Navigate to <a class="underline" href=http://localhost:8008>http://localhost:8008</a> to talk to Serge.</code></pre>
</div>
Expand Down

0 comments on commit 7c2940f

Please sign in to comment.