Faran Butt commited on
Commit
96ac912
β€’
1 Parent(s): 8e40013

Updated Ports

Browse files
.github/workflows/sync_to_hf_spaces.yml CHANGED
@@ -19,4 +19,4 @@ jobs:
19
  - name: Push to Space
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
22
- run: git push --force https://$HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/$HF_USERNAME/$HF_SPACE_NAME main
 
19
  - name: Push to Space
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
22
+ run: git push --force https://huggingface.co/spaces/TeamTonic/Semantic-Search main
Dockerfile CHANGED
@@ -56,7 +56,7 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
56
 
57
  USER nextjs
58
 
59
- EXPOSE 3000
60
 
61
  ENV PORT 3000
62
 
 
56
 
57
  USER nextjs
58
 
59
+ EXPOSE 7860
60
 
61
  ENV PORT 3000
62
 
package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
- "name": "nextjs-docker-starter",
3
- "version": "1.0.0",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
- "name": "nextjs-docker-starter",
9
- "version": "1.0.0",
10
  "license": "MIT",
11
  "dependencies": {
12
  "@emotion/cache": "11.10.7",
 
1
  {
2
+ "name": "nextjs-hf-spaces",
3
+ "version": "0.0.1",
4
  "lockfileVersion": 3,
5
  "requires": true,
6
  "packages": {
7
  "": {
8
+ "name": "nextjs-hf-spaces",
9
+ "version": "0.0.1",
10
  "license": "MIT",
11
  "dependencies": {
12
  "@emotion/cache": "11.10.7",