PerlaHM commited on
Commit
d21cdc9
1 Parent(s): 3a8f509

se modifico

Browse files
Files changed (2) hide show
  1. Dockerfile +5 -0
  2. README.md +1 -0
Dockerfile CHANGED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM php:8.2-cli
2
+ EXPOSE 7860
3
+ COPY app app
4
+ WORKDIR /app
5
+ CMD ["php","-S","0.0.0.0:7860"]
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  license: cc-by-nc-nd-4.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: cc-by-nc-nd-4.0
9
+ app-port: 7860
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference