From 13ff42d0f0b2ef67a0c0392abe925369904d136f Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Thu, 24 Nov 2016 00:29:56 +0000 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 325f410..3a42b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN apk add --no-cache python py-pip \ && mkdir dash \ && ln -s /config/dash.cfg /dash/dash.cfg -ADD main.py /config +ADD main.py /dash/main.py CMD ["python","/dash/main.py"]