This commit is contained in:
Richard Chien 2016-12-03 23:44:01 +08:00
parent f74c3111c4
commit 53b4c22082

View File

@ -8,4 +8,4 @@ COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
CMD ['python', 'app.py']
CMD python app.py