Skip to content

Commit 8ea9a9e

Browse files
committed
Copy the files as user sage
1 parent 6f62904 commit 8ea9a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM sagemath/sagemath:8.0-2
22
# Inspired from https://mybinder.readthedocs.io/en/latest/dockerfile.html#preparing-your-dockerfile
33
# Make sure the contents of our repo are in ${HOME}
4-
COPY . ${HOME}
4+
COPY --chown=sage:sage . ${HOME}

0 commit comments

Comments
 (0)