Add uv pip install pip
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user