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 1bae7cb commit 559f6d9Copy full SHA for 559f6d9
install/docker/Dockerfile
@@ -39,6 +39,9 @@ RUN py.test -v
39
# install Jupyter
40
RUN pip install jupyter
41
42
+# expose jupyter port - not working yet
43
+EXPOSE 8888 8888
44
+
45
46
# Set up user so that we do not run as root
47
RUN useradd -m -s /bin/bash -G sudo fidimag && \
@@ -53,5 +56,6 @@ RUN touch $FIDIMAG_HOME/.sudo_as_admin_successful
53
56
#COPY WELCOME $FIDIMAG_HOME/WELCOME
54
57
55
58
59
60
WORKDIR $FIDIMAG_HOME
61
CMD ["/bin/bash","-i"]
0 commit comments