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
|
COPY --from=build /app/dist /tmp/dist
|
||||||
RUN pip install /tmp/dist/*.whl && rm -rf /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"
|
license = "WTFPL"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
divent = 'divent.bot'
|
divent = 'divent.bot:__main__'
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user