diff --git a/README.md b/README.md index d71195f..229e79b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,22 @@ shall be changed to And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`. +## Development notes + +### Build and Push docker image + +Build image: + +```Bash +docker build -t git.aroy-art.com/aroy/iso-share:latest . -f Dockerfile +``` + +Push image: + +```Bash +docker image push git.aroy-art.com/aroy/iso-share:latest +``` + ## Attribution This is a fork from [mohamnag/nginx-file-browser](https://github.com/mohamnag/nginx-file-browser)