WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8300ba8

Browse files
committed
Fix docker
I forgot to test something. This should probably somehow be a part of CI.
1 parent d68703f commit 8300ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
2222
COPY --from=builder --chown=app:app /app /app
2323

2424
EXPOSE 8000
25-
ENV PYTHONPATH=/app
25+
ENV PYTHONPATH=/app/src
2626
# Place executables in the environment at the front of the path
2727
ENV PATH="/app/.venv/bin:$PATH"
2828
CMD ["fastapi", "run"]

0 commit comments

Comments
 (0)