Skip to content

Commit 559f6d9

Browse files
committed
more annotation
1 parent 1bae7cb commit 559f6d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ RUN py.test -v
3939
# install Jupyter
4040
RUN pip install jupyter
4141

42+
# expose jupyter port - not working yet
43+
EXPOSE 8888 8888
44+
4245

4346
# Set up user so that we do not run as root
4447
RUN useradd -m -s /bin/bash -G sudo fidimag && \
@@ -53,5 +56,6 @@ RUN touch $FIDIMAG_HOME/.sudo_as_admin_successful
5356
#COPY WELCOME $FIDIMAG_HOME/WELCOME
5457

5558

59+
5660
WORKDIR $FIDIMAG_HOME
5761
CMD ["/bin/bash","-i"]

0 commit comments

Comments
 (0)