Radek commited on
Commit
4af20c3
1 Parent(s): 6aefda9
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. README.md +1 -0
Dockerfile CHANGED
@@ -7,9 +7,9 @@ RUN echo "----------------------------------------------------"
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
- EXPOSE 7860:8010
11
 
12
- CMD ["bash", "start.sh"]
13
 
14
 
15
  #RUN useradd -m -u 1000 languagetool
 
7
  RUN echo "$(ls -lha)"
8
 
9
  # Document that the service listens on port 8010
10
+ EXPOSE 80:8010
11
 
12
+ CMD ["echo", "Hello World!1"]
13
 
14
 
15
  #RUN useradd -m -u 1000 languagetool
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: purple
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