Skip to content
Snippets Groups Projects
Commit 3c2f5670 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds a dockerfile for binder.

parent e3db57c1
No related branches found
No related tags found
No related merge requests found
FROM brunoe/jupyter-db-pg:develop
COPY . ${HOME}/work/notebooks/qs-databases
USER root
RUN chown -R ${NB_UID} ${HOME}
USER ${NB_USER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment