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