Explorar el Código

Actualizar 'Dockerfile'

Hugo hace 3 años
padre
commit
0dc4c00765
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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