From 3ab441f9dcdf530137ef66e646cf4129f65bac9b Mon Sep 17 00:00:00 2001 From: Raymond Bernardo Date: Tue, 27 Jul 2021 22:19:28 -0400 Subject: [PATCH] Update plane process folder --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef295af..0e73f2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,6 @@ RUN pip install pipenv==2021.5.29 RUN pipenv install # Added needed folder for plane-notify process -RUN mkdir /var/run/plane-notify +RUN mkdir /home/plane-notify/ CMD pipenv run python /plane-notify/__main__.py \ No newline at end of file