Skip to content

Commit

Permalink
small docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkohTV committed Feb 16, 2025
1 parent 3dbe19d commit 91beac0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.env

*.tar
/target/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ git clone -b release https://github.com/SkohTV/quantum
git reset --hard && git pull
docker kill quantum && docker rm quantum
docker build . -t quantum && docker run --name=quantum -t quantum -d


# Outsoucing build
docker build . -t quantum && docker save -o quantum.tar quantum
scp quantum.tar user@address:/path
ssh user@address
docker load -i quantum.tar && docker run --name=quantum -t quantum -d
```

---
Expand Down

0 comments on commit 91beac0

Please sign in to comment.