Skip to content

Commit 6758b36

Browse files
Added output file to growthviz-data/output for docker shared volumes>.
1 parent 4b8ded1 commit 6758b36

File tree

5 files changed

+980
-56785
lines changed

5 files changed

+980
-56785
lines changed

.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.dockerignore
2-
docker-compose.yml
2+
docker-compose.yml
3+
.DS_Store

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN pip install qgrid
1212

1313
COPY . ./
1414

15+
RUN mkdir growthviz-data/output/
16+
1517
EXPOSE 8888
1618

1719
RUN jupyter nbextension enable --py --sys-prefix qgrid

0 commit comments

Comments
 (0)