[ADD] doc to create a release docker

This commit is contained in:
Mathieu Benoit 2020-11-20 23:54:44 -05:00
parent 0615f573d4
commit f55fa9f330

View file

@ -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