[ADD] doc to create a release docker
This commit is contained in:
parent
0615f573d4
commit
f55fa9f330
1 changed files with 8 additions and 1 deletions
|
|
@ -31,7 +31,14 @@ git push --tags
|
|||
```
|
||||
|
||||
## Push docker
|
||||
[Build and push guide](../docker/README.md) at section `# Update docker`.
|
||||
When building your docker with script
|
||||
> ./script/docker_build.sh --release
|
||||
|
||||
List your docker version
|
||||
> docker image
|
||||
|
||||
You need to push your docker image and update your tag, like 1.0.1:
|
||||
> docker push technolibre/erplibre:VERSION
|
||||
|
||||
# TIPS
|
||||
## Compare repo differences with another ERPLibre project
|
||||
|
|
|
|||
Loading…
Reference in a new issue