litagin commited on
Commit
5d9562a
1 Parent(s): 83d190a
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY --chown=user . $HOME/app
20
  RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
21
 
22
  # 必要に応じて制限を変更してください
23
- CMD ["python", "server_editor.py", "--line_length", "50", "--line_count", "3", "--skip_static_files", "--skip_default_models"]
 
20
  RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
21
 
22
  # 必要に応じて制限を変更してください
23
+ CMD ["python", "server_editor.py", "--line_length", "50", "--line_count", "3", "--skip_static_files", "--skip_default_models", "--port", "7860"]