Fix Docker build: stop excluding requirements.txt from build context
PR #311 renamed requirements-webui.txt to requirements.txt but the .dockerignore still excluded requirements.txt (previously the PyQt6 desktop version). Docker COPY failed because the file was ignored.
This commit is contained in:
parent
12e9c0034b
commit
2d57831e91
1 changed files with 1 additions and 2 deletions
|
|
@ -56,10 +56,9 @@ multi-server-database-plan.md
|
|||
server-source.md
|
||||
plans.md
|
||||
|
||||
# GUI-specific files
|
||||
# GUI-specific files (removed by PR #311)
|
||||
main.py
|
||||
ui/
|
||||
requirements.txt
|
||||
|
||||
# Dev-specific files
|
||||
requirements-dev.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue