“vinit5112” commited on
Commit
298982e
·
1 Parent(s): deb090d

update push error

Browse files
Files changed (1) hide show
  1. docker-compose.yml +1 -1
docker-compose.yml CHANGED
@@ -16,7 +16,7 @@ services:
16
  image: ca-study-assistant-frontend
17
  container_name: frontend-container
18
  ports:
19
- - "80:80" # Expose port 80 to the host (Hugging Face Spaces)
20
  restart: unless-stopped
21
  depends_on:
22
  - backend # Ensures the backend starts before the frontend
 
16
  image: ca-study-assistant-frontend
17
  container_name: frontend-container
18
  ports:
19
+ - "7860:80" # Expose port 80 to the host (Hugging Face Spaces)
20
  restart: unless-stopped
21
  depends_on:
22
  - backend # Ensures the backend starts before the frontend