Dockerfile: remove confusing one-liner code
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user