*メモ書きです。
docker-compose.yml
web:
...
+ tty: true
+ stdin_open: true
上記の tty: true stdin_opne: true を追加することで解決しました。
Go to list of users who liked
More than 5 years have passed since last update.
*メモ書きです。
web:
...
+ tty: true
+ stdin_open: true
上記の tty: true stdin_opne: true を追加することで解決しました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked