teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

誤字修正

2019/06/16 02:36

投稿

nico25
nico25

スコア830

answer CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  もしなければ、以下のコマンドで作成して、再度 `git push heroku master` してみてください。
9
9
  ```
10
- echo "web: gunicorn flaskr:app -w 4" > Procfile
11
- python -V | sed -n "s/ /-/p" > runtime.txt
12
- pip freeze > requirements.txt
10
+ pip freeze > requirements.txt
11
+ echo "web: gunicorn flaskr:app" > Procfile
12
+ python -V | sed -n "s/Python /python-/p" > runtime.txt
13
13
  ```
14
14
 
15
15