David Li commited on
Commit
4293666
·
1 Parent(s): 73cf820

fix: run again

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -0
Dockerfile CHANGED
@@ -5,4 +5,4 @@ COPY . ./
5
  RUN dart compile exe bin/cli.dart
6
  RUN mv bin/cli.exe cli.exe
7
  RUN chmod +x cli.exe
8
- ENTRYPOINT [ "dart", "run" "cli.dart" ]
 
5
  RUN dart compile exe bin/cli.dart
6
  RUN mv bin/cli.exe cli.exe
7
  RUN chmod +x cli.exe
8
+ ENTRYPOINT [ "dart", "run", "cli.dart" ]
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: blue
6
  sdk: docker
7
  pinned: false
8
  license: openrail
 
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: openrail
9
+ port: 7860
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference