Remove extra slash
This commit is contained in:
parent
3ab441f9dc
commit
67b5e3d4d8
|
@ -18,6 +18,6 @@ RUN pip install pipenv==2021.5.29
|
|||
RUN pipenv install
|
||||
|
||||
# Added needed folder for plane-notify process
|
||||
RUN mkdir /home/plane-notify/
|
||||
RUN mkdir /home/plane-notify
|
||||
|
||||
CMD pipenv run python /plane-notify/__main__.py
|
Loading…
Reference in New Issue