Dockerfile: remove confusing one-liner code
This commit is contained in:
parent
e76ab2b631
commit
598a2591f1
@ -183,12 +183,6 @@ docker build https://git.pictuga.com/pictuga/morss.git -t morss
|
|||||||
docker run -p 8080:8080 morss
|
docker run -p 8080:8080 morss
|
||||||
```
|
```
|
||||||
|
|
||||||
In one line
|
|
||||||
|
|
||||||
```shell
|
|
||||||
docker run -p 8080:8080 $(docker build -q https://git.pictuga.com/pictuga/morss.git)
|
|
||||||
```
|
|
||||||
|
|
||||||
With docker-compose:
|
With docker-compose:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user