Docker Compose を使用していくつかのコンテナーをスピンアップしていますが、うまくいきませんcommand
。Flask サーバーを起動したいのですが、環境変数も設定します。これが私がやったことです:
web:
command: INSTASONG_ENV=production python manage.py runserver
残念ながら、次のエラーが表示されます。
Cannot start container 2a413b1270b9faa5e0ffb8a70603ae25c48ff742e0d8476bed8153febcee185a: [8] System error: exec: "INSTASONG_ENV=production": executable file not found in $PATH
どうすればこれを機能させることができますか?