From 59975ad73cf410609a04d0f9627cae156b820a4a Mon Sep 17 00:00:00 2001 From: arndttouby Date: Wed, 9 Apr 2025 12:16:45 +0000 Subject: [PATCH] Update compose.yml Signed-off-by: arndttouby --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d506f8e..726d5bc 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: tty: true stdin_open: true build: - context: https://github.com/arndttouby/elixir-phoenix-devcontainer.git + context: https://git.touby.eu/arndttouby/elixir-phoenix-devcontainer.git dockerfile: Dockerfile target: development -- 2.45.3