Skip to content

Commit

Permalink
fix(docker): Assets folder is missing for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Feb 14, 2023
1 parent a552e68 commit a3b56d6
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 94 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# v3.5 (Overhaul an Overhaul?)

## 3.5.2
## 3.5.3 (Docker Fix)
- [**Fixed**] Assets is missing for docker setup

## 3.5.2 (Chore)

### Bugfixes
- [**Fixed**] Guild only (slash) commands is registered to DMs
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ENV PATH="/venv/bin:${PATH}" \

COPY --from=builder /venv /venv
COPY --from=builder /app/src/ /app/src
COPY assets/ /app/assets
COPY docker/__main__.py ./

CMD ["python", "."]
Loading

0 comments on commit a3b56d6

Please sign in to comment.