Skip to content

Commit e8f60a1

Browse files
committed
Documentation
1 parent 214d400 commit e8f60a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Dockerfile for binder
2+
# Reference: https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
3+
14
FROM sagemath/sagemath:8.1
2-
# Inspired from https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
3-
# Make sure the contents of our repo are in ${HOME}
5+
6+
# Copy the contents of the repo in ${HOME}
47
COPY --chown=sage:sage . ${HOME}

0 commit comments

Comments
 (0)