README: remove the PS1 in the example
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
5496b47b21
commit
bc2e1f2be3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ This repository contains configuration files for building a [Docker](https://git
|
|||
## Build your own image
|
||||
|
||||
```shell
|
||||
$ docker build -t $USER/subsonic .
|
||||
docker build -t $USER/subsonic .
|
||||
```
|
||||
|
||||
## Run a container with this image
|
||||
|
|
Loading…
Reference in a new issue