Add: dev notes for docker img build
This commit is contained in:
parent
12a7e65f80
commit
dd5f2d0016
1 changed files with 16 additions and 0 deletions
16
README.md
16
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)
|
||||
|
|
Loading…
Reference in a new issue