Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						008fa13
	
1
								Parent(s):
							
							b4179b4
								
Update Dockerfile
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -24,4 +24,4 @@ WORKDIR $HOME/app | |
| 24 | 
             
            # Copy the current directory contents into the container at $HOME/app setting the owner to the user
         | 
| 25 | 
             
            COPY --chown=user . $HOME/app
         | 
| 26 |  | 
| 27 | 
            -
            CMD ["uvicorn", " | 
|  | |
| 24 | 
             
            # Copy the current directory contents into the container at $HOME/app setting the owner to the user
         | 
| 25 | 
             
            COPY --chown=user . $HOME/app
         | 
| 26 |  | 
| 27 | 
            +
            CMD ["uvicorn", "main:app","--proxy-headers", "--host", "0.0.0.0", "--port", "7860"]
         | 
