Skip to content

Commit d95334e

Browse files
committed
Use jishaku in prod
1 parent 6142b6d commit d95334e

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

docker/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ RUN apt-get update \
4040

4141
WORKDIR /rodhaj
4242
COPY /bot /rodhaj/bot/
43-
COPY /bot/cogs /rodhaj/bot/cogs/
44-
# COPY /bot/migrations /rodhaj/bot/migrations/
4543
COPY /docker/start.sh /rodhaj/start.sh
4644
COPY /docker/wait-for /rodhaj/wait-for
4745

poetry.lock

+1-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typing-extensions = "^4.8.0"
2121
environs = "^9.5.0"
2222
async-lru = "^2.0.4"
2323
msgspec = "^0.18.4"
24-
24+
jishaku = "^2.5.2"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
# These are pinned by major version
@@ -31,7 +31,6 @@ pre-commit = "^3"
3131
pyright = "^1.1"
3232
ruff = "^0.1"
3333
watchfiles = "^0"
34-
jishaku = "^2.5.2"
3534

3635
[tool.isort]
3736
profile = 'black'

0 commit comments

Comments
 (0)