Add: dev notes for docker img build

This commit is contained in:
Aroy-Art 2024-11-16 23:46:53 +01:00
parent 12a7e65f80
commit dd5f2d0016
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -49,6 +49,22 @@ shall be changed to
And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`. 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 ## Attribution
This is a fork from [mohamnag/nginx-file-browser](https://github.com/mohamnag/nginx-file-browser) This is a fork from [mohamnag/nginx-file-browser](https://github.com/mohamnag/nginx-file-browser)