Dockerfile: remove confusing one-liner code

master
pictuga 2020-08-23 18:59:16 +02:00
parent e76ab2b631
commit 598a2591f1
1 changed files with 0 additions and 6 deletions

View File

@ -183,12 +183,6 @@ docker build https://git.pictuga.com/pictuga/morss.git -t 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:
```yml