Skip to content

Commit

Permalink
fixed mountpoint and working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Oct 1, 2024
1 parent 6f699cd commit b88a73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jupyter_password:
start_notebook:
@docker run --rm -it -d \
-v $(NAME):/home/jovyan \
-v $$PWD/../../dbfiles:/home/jovyan/dbfiles \
-v $$PWD/../:/home/jovyan/ecobalyse \
-v $(ECOBALYSE_DATA_DIR):/home/jovyan/ecobalyse-private \
-e ECOBALYSE_DATA_DIR=/home/jovyan/ecobalyse-private/ \
-e JUPYTER_PORT=$(JUPYTER_PORT) \
-e JUPYTER_ENABLE_LAB=yes \
-w /home/jovyan/ecobalyse/data \
-p $(JUPYTER_PORT):$(JUPYTER_PORT) \
--name $(NAME) \
$(NAME) start-notebook.sh --collaborative
Expand Down

0 comments on commit b88a73f

Please sign in to comment.