問題タブ [pypiserver]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - --extra-index-url が docker ファイルで機能しない
次のdocker-compose.ymlを使用してローカルpypiserverをセットアップしましたが、直接使用すると機能します
pip install -r requirements.txt --extra-index-url http://127.0.0.1:8082
ただし、Dockerfile で同じコマンドを使用しようとすると、機能しません。私が作成したファイルは次のファイルです。
Dockerfile:
docker-compose.yml
実行しようとするdocker-compose up
と、次のエラーが発生します。
このコードに欠落している構成はありますか?