From 43b617c8bc64cf827990b2c92fbb70a86b886152 Mon Sep 17 00:00:00 2001 From: Les-Wet Date: Wed, 13 May 2026 14:59:20 +0200 Subject: [PATCH] Add new mount point for docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75f7a20e..d331f058 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ docker run -p 3000:3000 \ --mount "type=bind,source=$(pwd)/preproc,target=/code/preproc" \ --mount "type=bind,source=$(pwd)/renderer,target=/code/renderer" \ --mount "type=bind,source=$(pwd)/src,target=/code/src" \ + --mount "type=bind,source=$(pwd)/unbricked,target=/code/unbricked" \ --mount "type=bind,source=$(pwd)/theme,target=/code/theme" \ -it ghcr.io/gbdev/gb-asm-tutorial ```