From 660996e61039cb62f94e1c19d56f7def7ebb45f9 Mon Sep 17 00:00:00 2001 From: Bowen Date: Mon, 30 Jan 2023 14:47:40 -0800 Subject: [PATCH] changed the debuging command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f835c9..d12793a 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ Bisque starts a new container of your module and saves their corresponding logs 22 alphanumeric characters, Ex: `00-fMqFvjiHRjUfaff6GRy73M`. This folder will have all the logs needed to debug your module. To get to this folder, run the following: ```bash -docker exec -it amilworks/bisque-module-dev:git bash +docker exec -it bisque bash cd /source/staging/{mex_id} ```