Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update Dockerfile
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -22,4 +22,4 @@ COPY . . | |
| 22 | 
             
            COPY requirements.txt .
         | 
| 23 | 
             
            RUN pip install --no-cache-dir -r requirements.txt
         | 
| 24 |  | 
| 25 | 
            -
             | 
|  | |
| 22 | 
             
            COPY requirements.txt .
         | 
| 23 | 
             
            RUN pip install --no-cache-dir -r requirements.txt
         | 
| 24 |  | 
| 25 | 
            +
            ENTRYPOINT ["python", "app.py"]
         |