From 598a2591f10897970d774368611689547a05718c Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 23 Aug 2020 18:59:16 +0200 Subject: [PATCH] Dockerfile: remove confusing one-liner code --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index dfc552b..05b70c5 100644 --- a/README.md +++ b/README.md @@ -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