Kaynağa Gözat

Actualizar 'Dockerfile'

Hugo 3 yıl önce
ebeveyn
işleme
0dc4c00765
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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