Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	:boom: [Fix] Module apis not found
Browse files- Dockerfile +1 -1
 - __init__.py +0 -0
 
    	
        Dockerfile
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 1 | 
         
             
            FROM python:3.11-slim
         
     | 
| 2 | 
         
             
            WORKDIR $HOME/app
         
     | 
| 3 | 
         
            -
            COPY  
     | 
| 4 | 
         
             
            RUN pip install -r requirements.txt
         
     | 
| 5 | 
         
             
            VOLUME /data
         
     | 
| 6 | 
         
             
            EXPOSE 23333
         
     | 
| 
         | 
|
| 1 | 
         
             
            FROM python:3.11-slim
         
     | 
| 2 | 
         
             
            WORKDIR $HOME/app
         
     | 
| 3 | 
         
            +
            COPY . .
         
     | 
| 4 | 
         
             
            RUN pip install -r requirements.txt
         
     | 
| 5 | 
         
             
            VOLUME /data
         
     | 
| 6 | 
         
             
            EXPOSE 23333
         
     | 
    	
        __init__.py
    ADDED
    
    | 
         
            File without changes
         
     |