From 348aaa53d14617203b51b1f3e7c6b45395e312ea Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 2 Aug 2015 10:56:12 +0800 Subject: [PATCH] another typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3acddb..f2b08d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY . /var/oj/ WORKDIR /var/oj/ RUN pip install -r requirements.txt EXPOSE 8080 -RUN python manage,py runserver 8080 +RUN python manage.py runserver 8080