Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ COPY turing_cloud.yml .
|
|
| 8 |
# 1. RESET the entrypoint to use shell (Critical Step)
|
| 9 |
ENTRYPOINT ["/bin/sh", "-c"]
|
| 10 |
|
|
|
|
| 11 |
# 2. Run Prometheus using the shell to expand $PORT
|
| 12 |
# (I added the external-url flag back, as you likely need it for HF Spaces)
|
| 13 |
CMD ["/bin/prometheus \
|
|
|
|
| 8 |
# 1. RESET the entrypoint to use shell (Critical Step)
|
| 9 |
ENTRYPOINT ["/bin/sh", "-c"]
|
| 10 |
|
| 11 |
+
EXPOSE 7860
|
| 12 |
# 2. Run Prometheus using the shell to expand $PORT
|
| 13 |
# (I added the external-url flag back, as you likely need it for HF Spaces)
|
| 14 |
CMD ["/bin/prometheus \
|