This commit is contained in:
parent
4a4c1c8022
commit
8302d087bc
@ -9,4 +9,4 @@ FROM python:3.10.6-slim
|
||||
COPY --from=build /app/dist /tmp/dist
|
||||
RUN pip install /tmp/dist/*.whl && rm -rf /tmp/dist
|
||||
|
||||
CMD ["python", "-m", "divent.bot"]
|
||||
CMD ["divent"]
|
||||
|
@ -6,7 +6,7 @@ authors = ["Xéfir Destiny"]
|
||||
license = "WTFPL"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
divent = 'divent.bot'
|
||||
divent = 'divent.bot:__main__'
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
Loading…
Reference in New Issue
Block a user