Skip to content

Commit

Permalink
for now, no volume mapping yet
Browse files Browse the repository at this point in the history
mainly due to permission issues, which should be solvable, but no time now to look into them
  • Loading branch information
carueda committed Feb 3, 2024
1 parent ba76605 commit e0f40dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ dockerize-for-notebooks dockerfile='docker/Dockerfile-minimal':
docker build -f {{dockerfile}} -t mbari/pbp .

run-docker-for-notebooks dir='notebooks':
docker run -it --rm -p 8899:8899 -v {{dir}}:/opt/pbp/notebooks mbari/pbp
docker run -it --rm -p 8899:8899 mbari/pbp:1.0.1


##############
Expand Down

0 comments on commit e0f40dc

Please sign in to comment.