fix readme
This commit is contained in:
parent
9b9834e163
commit
dd85ccc99c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ then check /target/release for the binary named `SimpleGit`
|
||||||
### From Docker
|
### From Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker build --build-arg -t simplelink .
|
docker build -t simplelink .
|
||||||
docker run -p 8080:8080 \
|
docker run -p 8080:8080 \
|
||||||
-e JWT_SECRET=change-me-in-production \
|
-e JWT_SECRET=change-me-in-production \
|
||||||
-v simplelink_data:/data \
|
-v simplelink_data:/data \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue