Skip to content

Commit

Permalink
Fixed path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Nov 13, 2020
1 parent 49499fa commit 6923640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ USER $NB_UID
RUN pip install --no-cache-dir -r /tmp/finmarketpy/requirements.txt && \
rm -rf /tmp/finmarketpy

RUN ln -s /home/${NB_USER}/finmarketpy/home/${NB_USER}/work/tcapy
RUN ln -s /home/${NB_USER}/finmarketpy /home/${NB_USER}/work/finmarketpy
RUN ln -s /home/${NB_USER}/finmarketpy_examples /home/${NB_USER}/work/finmarketpy_examples
RUN ln -s /home/${NB_USER}/finmarketpy_examples/finmarketpy_notebooks /home/${NB_USER}/work/finmarketpy_examples/finmarketpy_notebooks

0 comments on commit 6923640

Please sign in to comment.