papri-ka commited on
Commit
2a9b55b
·
verified ·
1 Parent(s): 00cde2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \