Skip to content

Commit

Permalink
Correct mount path /usr/local/lib/python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Apr 26, 2024
1 parent 945a6f0 commit 1e9e879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Mount the source code `app.py` into a container to try out changes without rebui
```shell
docker run --rm -it --userns=host -u $(id -u):$(id -g) \
-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 \
-v $PWD/in:/incoming:ro -v $PWD/out:/outgoing:rw -w /outgoing \
localhost/fnndsc/pl-appname commandname /incoming /outgoing
```
Expand Down

0 comments on commit 1e9e879

Please sign in to comment.