Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update Dockerfile
Browse files- Dockerfile +1 -0
 
    	
        Dockerfile
    CHANGED
    
    | 
         @@ -21,6 +21,7 @@ COPY translations/ translations/ 
     | 
|
| 21 | 
         
             
            COPY i18n.py .
         
     | 
| 22 | 
         
             
            COPY websocket_handler.py .
         
     | 
| 23 | 
         
             
            COPY static/ static/
         
     | 
| 
         | 
|
| 24 | 
         
             
            COPY templates/ templates/
         
     | 
| 25 | 
         | 
| 26 | 
         
             
            # Create a non-root user
         
     | 
| 
         | 
|
| 21 | 
         
             
            COPY i18n.py .
         
     | 
| 22 | 
         
             
            COPY websocket_handler.py .
         
     | 
| 23 | 
         
             
            COPY static/ static/
         
     | 
| 24 | 
         
            +
            COPY run.py .
         
     | 
| 25 | 
         
             
            COPY templates/ templates/
         
     | 
| 26 | 
         | 
| 27 | 
         
             
            # Create a non-root user
         
     |