Spaces:
Build error
Build error
Yeahhh
Browse files- 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
|
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 .
|