From b061a3eb17a69c159ea6de45114fc9590f94ef6c Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Mon, 23 Sep 2024 13:56:54 +0200 Subject: [PATCH 1/2] Introduce .iex.exs (#359) --- .iex.exs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .iex.exs diff --git a/.iex.exs b/.iex.exs new file mode 100644 index 00000000..8520ad35 --- /dev/null +++ b/.iex.exs @@ -0,0 +1,2 @@ +alias Mindwendel.Repo +alias Mindwendel.Brainstormings.Brainstorming From 88f7f2d56fce903525d40f82ba262ac3f0d114ab Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Mon, 23 Sep 2024 14:23:01 +0200 Subject: [PATCH 2/2] We have bash available, might as well use it (#358) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3372df..6e281d45 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ mindwendel is built on top of: - Open a shell in the docker container to execute tests, etc. ```bash - docker compose exec app sh + docker compose exec app bash ``` - Go to http://localhost:4000/