Fix a strange problem with saved PID file between runs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13c643fc19
commit
8dd6b9d471
2 changed files with 3 additions and 3 deletions
|
|
@ -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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue