From 23e3186b0569fbe3cf3a95fa17f31910a36c163d Mon Sep 17 00:00:00 2001 From: Alexis Brunet <28763288+AlexTheGeek@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:47:13 +0100 Subject: [PATCH] oups --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce6f592..60fae08 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ services: ### APP -[Github Repository](https://gitub.com/loimax/vdi) +[Github Repository](https://github.com/loimax/vdi) 1. Build the image : `docker build -t vdi-app .` or `docker-compose build` with the docker-compose.yml file. 2. Change the environment variable `URL_API` to the API domain (ex: https://api.insa-cvl.com) in the docker-compose.yml file.