From 53b4c22082ed2edc6a899e17c2530d89941e3068 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sat, 3 Dec 2016 23:44:01 +0800 Subject: [PATCH] Update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 247cf08f..031bcf32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ COPY requirements.txt requirements.txt RUN pip install --upgrade pip RUN pip install -r requirements.txt -CMD ['python', 'app.py'] \ No newline at end of file +CMD python app.py \ No newline at end of file