Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -42,4 +42,6 @@ RUN pip install --no-cache-dir .
|
|
42 |
|
43 |
#RUN source install.sh
|
44 |
|
|
|
|
|
45 |
CMD ["exo"]
|
|
|
42 |
|
43 |
#RUN source install.sh
|
44 |
|
45 |
+
EXPOSE 8000
|
46 |
+
|
47 |
CMD ["exo"]
|