Add uv pip install pip

This commit is contained in:
litagin02
2024-06-01 21:22:59 +09:00
parent 31b709eef6
commit f10dade139
5 changed files with 21 additions and 3 deletions

View File

@@ -20,4 +20,4 @@ COPY --chown=user . $HOME/app
RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
# 必要に応じて制限を変更してください
CMD ["python", "server_editor.py", "--line_length", "50", "--line_count", "3"]
CMD ["python", "server_editor.py", "--line_length", "50", "--line_count", "3", "--skip_static_files"]