MrOvkill commited on
Commit
176314d
1 Parent(s): df20158
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,7 +51,7 @@ WORKDIR /notebook
51
  RUN pipenv install
52
 
53
  # Tell Docker that about the Jupyter port
54
- EXPOSE 8088
55
  EXPOSE 1140
56
 
57
  COPY requirements.txt .
 
51
  RUN pipenv install
52
 
53
  # Tell Docker that about the Jupyter port
54
+ EXPOSE 10088
55
  EXPOSE 1140
56
 
57
  COPY requirements.txt .