Fix a strange problem with saved PID file between runs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2020-12-01 00:47:14 +01:00
commit 8dd6b9d471
2 changed files with 3 additions and 3 deletions

View file

@ -21,5 +21,5 @@ COPY requirements.txt ./
COPY --from=pybuild /usr/local/lib/python3.9 /usr/lib/python3.9
COPY . .
ENTRYPOINT [ "python", "-m", "nemubot", "-d", "-M", "/usr/src/app/modules" ]
ENTRYPOINT [ "python", "-m", "nemubot", "-d", "-P", "", "-M", "/usr/src/app/modules" ]
CMD [ "-D", "/var/lib/nemubot" ]