Skip to content

Commit 817c4e2

Browse files
authored
Fix Dockerfile (#741)
### Description Please explain the changes you made here. ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] All tests passing - [ ] Extended the documentation, if necessary
1 parent b4f2531 commit 817c4e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV UV_COMPILE_BYTECODE=1
88

99
WORKDIR /hyperion
1010

11+
COPY pyproject.toml .
1112
COPY init.py .
1213
COPY alembic.ini .
1314
COPY migrations migrations/

0 commit comments

Comments
 (0)