Skip to content

Commit

Permalink
Use jishaku in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 21, 2023
1 parent 6142b6d commit d95334e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ RUN apt-get update \

WORKDIR /rodhaj
COPY /bot /rodhaj/bot/
COPY /bot/cogs /rodhaj/bot/cogs/
# COPY /bot/migrations /rodhaj/bot/migrations/
COPY /docker/start.sh /rodhaj/start.sh
COPY /docker/wait-for /rodhaj/wait-for

Expand Down
12 changes: 1 addition & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ typing-extensions = "^4.8.0"
environs = "^9.5.0"
async-lru = "^2.0.4"
msgspec = "^0.18.4"

jishaku = "^2.5.2"

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

[tool.isort]
profile = 'black'
Expand Down

0 comments on commit d95334e

Please sign in to comment.