Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update Dockerfile
Browse files- Dockerfile +1 -1
    	
        Dockerfile
    CHANGED
    
    | @@ -14,7 +14,7 @@ RUN chmod 777 /code | |
| 14 | 
             
            # Set permissions for the database file
         | 
| 15 | 
             
            RUN touch /code/users.db && chmod 777 /code/users.db
         | 
| 16 |  | 
| 17 | 
            -
            RUN chmod 777  | 
| 18 |  | 
| 19 | 
             
            COPY . .
         | 
| 20 |  | 
|  | |
| 14 | 
             
            # Set permissions for the database file
         | 
| 15 | 
             
            RUN touch /code/users.db && chmod 777 /code/users.db
         | 
| 16 |  | 
| 17 | 
            +
            RUN touch /code/users.db && chmod 777 /code/temp_mentor.txt
         | 
| 18 |  | 
| 19 | 
             
            COPY . .
         | 
| 20 |  |