Faran Butt
commited on
Commit
·
96ac912
1
Parent(s):
8e40013
Updated Ports
Browse files- .github/workflows/sync_to_hf_spaces.yml +1 -1
- Dockerfile +1 -1
- package-lock.json +4 -4
.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
|
|
|
|
| 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
|
| 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-
|
| 3 |
-
"version": "
|
| 4 |
"lockfileVersion": 3,
|
| 5 |
"requires": true,
|
| 6 |
"packages": {
|
| 7 |
"": {
|
| 8 |
-
"name": "nextjs-
|
| 9 |
-
"version": "
|
| 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",
|