From 65e680b8cc856c55cce2bca2fb1c040eee966629 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Sun, 18 Jul 2021 00:27:35 +0200 Subject: [PATCH] Update README.md Because of `uptime-kuma uses an image, skipping` when running `docker-compose build` command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 35bfeb8ab..0f64e86ca 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Change Port and Volume docker run -d --restart=always -p :3001 -v :/app/data --name uptime-kuma louislam/uptime-kuma ``` +Build own Docker image (Linux containers): +```bash +docker build --pull -t uptime-kuma -f .\Dockerfile . +``` + ### Without Docker Required Tools: Node.js >= 14, git and pm2.