We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7be1f commit f2c855bCopy full SHA for f2c855b
1 file changed
README.md
@@ -39,6 +39,7 @@ docker run -p 3000:3000 \
39
--mount "type=bind,source=$(pwd)/preproc,target=/code/preproc" \
40
--mount "type=bind,source=$(pwd)/renderer,target=/code/renderer" \
41
--mount "type=bind,source=$(pwd)/src,target=/code/src" \
42
+ --mount "type=bind,source=$(pwd)/unbricked,target=/code/unbricked" \
43
--mount "type=bind,source=$(pwd)/theme,target=/code/theme" \
44
-it ghcr.io/gbdev/gb-asm-tutorial
45
```
0 commit comments