This commit is contained in:
litagin02
2024-02-25 13:15:40 +09:00
parent e76dca6fbb
commit 8f27c79219
9 changed files with 46 additions and 27 deletions

View File

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