Skip to content

Commit 43b617c

Browse files
committed
Add new mount point for docker
1 parent eb7be1f commit 43b617c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ docker run -p 3000:3000 \
3939
--mount "type=bind,source=$(pwd)/preproc,target=/code/preproc" \
4040
--mount "type=bind,source=$(pwd)/renderer,target=/code/renderer" \
4141
--mount "type=bind,source=$(pwd)/src,target=/code/src" \
42+
--mount "type=bind,source=$(pwd)/unbricked,target=/code/unbricked" \
4243
--mount "type=bind,source=$(pwd)/theme,target=/code/theme" \
4344
-it ghcr.io/gbdev/gb-asm-tutorial
4445
```

0 commit comments

Comments
 (0)