update readme

This commit is contained in:
Daniel Sommer 2024-06-12 10:33:24 +02:00
parent ba64de5dab
commit 3c1005cc58

View file

@ -16,6 +16,5 @@ also some notifications are sent to my local ntfy instance.
- clone the repository: `git clone https://git.velvettear.de/velvettear/fritzfix.git`
- enter the repository: `cd fritzfix`
- create and modify a config file: `cp config.json.example config.json && vim config.json`
- build an image: `docker build --no-cache docker.registry.velvettear.de/fritzfix:latest .`
- push the image: `docker push docker.registry.velvettear.de/fritzfix:latest`
- run it: `docker run --rm -it docker.registry.velvettear.de/fritzfix:latest`
- build an image: `docker build --no-cache -t fritzfix:latest .`
- run it: `docker run --rm -it fritzfix:latest`