Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update Dockerfile
Browse files- Dockerfile +2 -2
    	
        Dockerfile
    CHANGED
    
    | @@ -4,8 +4,8 @@ WORKDIR /code | |
| 4 |  | 
| 5 | 
             
            COPY ./requirements.txt /code/requirements.txt
         | 
| 6 |  | 
| 7 | 
            -
            RUN pip install -- | 
| 8 |  | 
| 9 | 
             
            COPY . /code
         | 
| 10 |  | 
| 11 | 
            -
            CMD ["gunicorn", "main | 
|  | |
| 4 |  | 
| 5 | 
             
            COPY ./requirements.txt /code/requirements.txt
         | 
| 6 |  | 
| 7 | 
            +
            RUN pip install --upgrade -r requirements.txt
         | 
| 8 |  | 
| 9 | 
             
            COPY . /code
         | 
| 10 |  | 
| 11 | 
            +
            CMD ["gunicorn", "app:main", "-b", "0.0.0.0:7860"]
         | 
