From dd5f2d00167f4629f6f523adb6d18970c75a6c46 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 16 Nov 2024 23:46:53 +0100 Subject: [PATCH] Add: dev notes for docker img build --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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)