Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	
		Nirav Madhani
		
	commited on
		
		
					Commit 
							
							·
						
						cddb79a
	
1
								Parent(s):
							
							db007c9
								
Update port
Browse files- Dockerfile +2 -2
    	
        Dockerfile
    CHANGED
    
    | @@ -29,7 +29,7 @@ COPY main.py /app/octo | |
| 29 | 
             
            COPY app.py /app/octo
         | 
| 30 |  | 
| 31 | 
             
            # Expose port 8000 for the API
         | 
| 32 | 
            -
            EXPOSE  | 
| 33 |  | 
| 34 | 
             
            # Run the API with Uvicorn
         | 
| 35 | 
            -
            CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", " | 
|  | |
| 29 | 
             
            COPY app.py /app/octo
         | 
| 30 |  | 
| 31 | 
             
            # Expose port 8000 for the API
         | 
| 32 | 
            +
            EXPOSE 7860
         | 
| 33 |  | 
| 34 | 
             
            # Run the API with Uvicorn
         | 
| 35 | 
            +
            CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
         | 
