We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945a6f0 commit 1e9e879Copy full SHA for 1e9e879
README.md
@@ -128,7 +128,7 @@ Mount the source code `app.py` into a container to try out changes without rebui
128
129
```shell
130
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 \
+ -v $PWD/app.py:/usr/local/lib/python3.12/site-packages/app.py:ro \
132
-v $PWD/in:/incoming:ro -v $PWD/out:/outgoing:rw -w /outgoing \
133
localhost/fnndsc/pl-appname commandname /incoming /outgoing
134
```
0 commit comments