Compare commits

...

No commits in common. "c680570d13df976908cd525f56d57cbf160dab30" and "85aff276b78c2204d3597990c7bf39d05ef86092" have entirely different histories.

3 changed files with 2 additions and 2 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
data

View File

@ -1,6 +1,6 @@
FROM jupyter/scipy-notebook
COPY postBuild /tmp/
COPY --chown=1000 postBuild /tmp/
RUN /tmp/postBuild \
&& rm /tmp/postBuild

View File

@ -2,7 +2,6 @@ version: '3'
services:
jupyter:
build: .
#image: jupyter/scipy-notebook
volumes:
- ./:/home/jovyan/work/
ports: