Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -54,6 +54,6 @@ COPY --chown=pn run.sh run.sh
|
|
| 54 |
RUN chmod +x run.sh
|
| 55 |
|
| 56 |
# Expose the port 8080
|
| 57 |
-
EXPOSE
|
| 58 |
|
| 59 |
CMD ["bash", "run.sh"]
|
|
|
|
| 54 |
RUN chmod +x run.sh
|
| 55 |
|
| 56 |
# Expose the port 8080
|
| 57 |
+
EXPOSE 7860
|
| 58 |
|
| 59 |
CMD ["bash", "run.sh"]
|