Skip to content

Commit a3b56d6

Browse files
committed
fix(docker): Assets folder is missing for docker
1 parent a552e68 commit a3b56d6

File tree

4 files changed

+98
-94
lines changed

4 files changed

+98
-94
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# v3.5 (Overhaul an Overhaul?)
22

3-
## 3.5.2
3+
## 3.5.3 (Docker Fix)
4+
- [**Fixed**] Assets is missing for docker setup
5+
6+
## 3.5.2 (Chore)
47

58
### Bugfixes
69
- [**Fixed**] Guild only (slash) commands is registered to DMs

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ENV PATH="/venv/bin:${PATH}" \
4444

4545
COPY --from=builder /venv /venv
4646
COPY --from=builder /app/src/ /app/src
47+
COPY assets/ /app/assets
4748
COPY docker/__main__.py ./
4849

4950
CMD ["python", "."]

0 commit comments

Comments
 (0)