Skip to content

Commit 1e9e879

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)