From 366ba5a67b7e85907ca1c9b1fa0c76456e5549e3 Mon Sep 17 00:00:00 2001 From: sekka1 Date: Tue, 27 Jan 2015 10:46:50 -0800 Subject: [PATCH] fixing docker command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86b80df..ed95b6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN python setup.py install ADD docker/run.sh /opt/run.sh RUN chmod 777 /opt/run.sh -CMD ["docker/run.sh"] \ No newline at end of file +CMD ["/opt/run.sh"] \ No newline at end of file