Skip to content

Commit 1e9e879

Browse files
author
Jennings Zhang
committed
Correct mount path /usr/local/lib/python3.12
1 parent 945a6f0 commit 1e9e879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Mount the source code `app.py` into a container to try out changes without rebui
128128
129129
```shell
130130
docker run --rm -it --userns=host -u $(id -u):$(id -g) \
131-
-v $PWD/app.py:/usr/local/lib/python3.11/site-packages/app.py:ro \
131+
-v $PWD/app.py:/usr/local/lib/python3.12/site-packages/app.py:ro \
132132
-v $PWD/in:/incoming:ro -v $PWD/out:/outgoing:rw -w /outgoing \
133133
localhost/fnndsc/pl-appname commandname /incoming /outgoing
134134
```

0 commit comments

Comments
 (0)