Better Dockerfile: doesn't require "git clone"

.. see also #1559.

It "mkdirs" the needed etc and bin directories first, then copies
stuff over. It also reduces a few layers.

Also it corrects a mistake in the Readme.md (docker exec --> run)
This commit is contained in:
Dirk
2020-05-09 12:48:11 +02:00
parent 747b1e20ac
commit e5bb789dd3
2 changed files with 11 additions and 8 deletions

View File

@ -63,7 +63,7 @@ Or if you have cloned this repo you also can just ``cd`` to the INSTALLDIR and r
docker build .
```
followed by ``docker exec -ti <ID> <your_cmd_line>`` where ``ID`` is the identifier in the last line from the build command like
followed by ``docker run -ti <ID> <your_cmd_line>`` where ``ID`` is the identifier in the last line from the build command like
```
---> 889fa2f99933