Skip to content

Commit

Permalink
docs: fix bash command for offline deployment(#1902)
Browse files Browse the repository at this point in the history
Bash command is wrong according to this comment:

#1623 (comment)
  • Loading branch information
karaketir16 authored Apr 21, 2024
1 parent 0814898 commit 97557ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker build -t tabby-offline .
3. Save the Docker image to a tar file:

```bash
docker build -t tabby-offline .
docker save -o tabby-offline.tar tabby-offline
```

4. Copy the `tabby-offline.tar` file to the computer without internet access.
Expand Down

0 comments on commit 97557ea

Please sign in to comment.