File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11.git *
22.idea *
3- * .md
3+ * .md
4+ .venv /
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN rm -rf /opt/maxkb-app/ui && \
2323 python3 -m venv /opt/py3 && \
2424 pip install uv --break-system-packages && \
2525 . /opt/py3/bin/activate && \
26- uv sync && \
26+ uv pip install -r pyproject.toml && \
2727 find /opt/maxkb-app -depth \( -name ".git*" -o -name ".docker*" -o -name ".idea*" -o -name ".editorconfig*" -o -name ".prettierrc*" -o -name "README.md" -o -name "poetry.lock" -o -name "pyproject.toml" \) -exec rm -rf {} + && \
2828 export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages && \
2929 export PIP_TARGET=/opt/maxkb-app/sandbox/python-packages && \
You can’t perform that action at this time.
0 commit comments