[ADD] doc release docker push
This commit is contained in:
parent
52c3c46791
commit
f435e1c11d
2 changed files with 7 additions and 1 deletions
|
|
@ -30,6 +30,9 @@ git push --tags
|
||||||
./.venv/repo forall -pc "git diff ERPLibre/v#.#.#..HEAD"
|
./.venv/repo forall -pc "git diff ERPLibre/v#.#.#..HEAD"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Push docker
|
||||||
|
[Build and push guide](../docker/README.md) at section `# Update docker`.
|
||||||
|
|
||||||
# TIPS
|
# TIPS
|
||||||
## Compare repo differences with another ERPLibre project
|
## Compare repo differences with another ERPLibre project
|
||||||
To generate a list of differences between repo git commit
|
To generate a list of differences between repo git commit
|
||||||
|
|
|
||||||
|
|
@ -110,5 +110,8 @@ And restart docker service. You can delete or move all older locations of docker
|
||||||
When building your docker with script
|
When building your docker with script
|
||||||
> ./script/docker_build.sh
|
> ./script/docker_build.sh
|
||||||
|
|
||||||
|
List your docker version
|
||||||
|
> docker image
|
||||||
|
|
||||||
You need to push your docker image and update your tag, like 1.0.1:
|
You need to push your docker image and update your tag, like 1.0.1:
|
||||||
> docker push technolibre/erplibre:1.0.1
|
> docker push technolibre/erplibre:VERSION
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue