Radek commited on
Commit
3849062
1 Parent(s): ebdb19b
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -0
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN echo "----------------------------------------------------"
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
- EXPOSE 8010:80
11
 
12
 
13
 
 
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
+ EXPOSE 80:8010
11
 
12
 
13
 
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: red
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
+ app_port: 8010
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference