-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in the docker environment #3
Comments
@kd21 オプションページにて指定したfile pathを指定したfile pathへ書き換える処理を入れれば対応可能かもしれません。が、 |
@hand-dot ローカルで立ち上げれば確かに動くなあと思いつつ、現状の開発環境に特に手を入れずに使えたらうれしいなあと思った次第です。 ただ、現状のreact-inspectorの提供したい機能の範囲外であればclose頂いてもちろん大丈夫です! |
@kd21 I appreciate your understanding...! |
If you want to run it in a docker environment, please react to this issue. |
自分用なのでめちゃ適当ですが、こちらpath置換できるようにしたforkです This is my fork for docker users. It's messy af yet in case anyone desperately need. |
docker環境下でも使えるようになると嬉しいです。ご検討よろしくおねがいします!
具体的には以下のような状態です。
dockerfileで、以下のような感じの設定をしています。
docker内では各componentが/usr/src/app以下に存在するためか、拡張機能により生成されるファイルのパスがlocal環境と食い違ってしまうため、「パスが存在しません」と表示されてしまう状況です 🙏
The text was updated successfully, but these errors were encountered: