mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Update docker org in docs
This commit is contained in:
parent
2eedcb87bb
commit
61cd274db7
1 changed files with 2 additions and 2 deletions
|
@ -128,13 +128,13 @@ $ brew install ameba
|
|||
Build the image:
|
||||
|
||||
```sh
|
||||
$ docker build -t ameba/ameba .
|
||||
$ docker build -t crystal-ameba/ameba .
|
||||
```
|
||||
|
||||
To use the resulting image on a local source folder, mount the current (or target) directory into `/src`:
|
||||
|
||||
```sh
|
||||
$ docker run -v $(pwd):/src ameba/ameba
|
||||
$ docker run -v $(pwd):/src crystal-ameba/ameba
|
||||
```
|
||||
|
||||
### From sources
|
||||
|
|
Loading…
Reference in a new issue