|  | @@ -5,5 +5,5 @@ RUN python -m pip install --upgrade pip
 | 
	
		
			
				|  |  |  RUN pip install cryptography numpy pydub matplotlib scipy tornado requests pyaudio firebase_admin psutil mutagen
 | 
	
		
			
				|  |  |  ADD . /code/
 | 
	
		
			
				|  |  |  WORKDIR /code/ondemand/
 | 
	
		
			
				|  |  | -#ENTRYPOINT [ "python", "service.py"]
 | 
	
		
			
				|  |  | +ENTRYPOINT [ "python", "service.py"]
 | 
	
		
			
				|  |  |  #RUN python setup.py install
 |