We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f62904 commit 8ea9a9eCopy full SHA for 8ea9a9e
Dockerfile
@@ -1,4 +1,4 @@
1
FROM sagemath/sagemath:8.0-2
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}
4
-COPY . ${HOME}
+COPY --chown=sage:sage . ${HOME}
0 commit comments