remove create-orders patch

This commit is contained in:
2020-12-07 22:46:28 +01:00
parent 4e4f10eff1
commit 889d87dbde
3 changed files with 10 additions and 18 deletions

View File

@ -16,4 +16,13 @@ The older versions are available as Debian [package](https://packagecloud.io/enn
Hence you should bild the image with one of these options:
* --build-arg eressea_branch=develop --build-arg echeck_branch=develop
* --build-arg eressea_branch=master --build-arg echeck_branch=develop
* --build-arg eressea_branch=master --build-arg echeck_branch=develop
## Move to docker hub
To push, call `docker push jacsid/eressea:latest`
Set new tag and push again:
```
docker tag jacsid/eressea:latest jacsid/eressea:20201207_dev_dev
docker push jacsid/eressea:20201207_dev_dev
```