0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Docker】コードの変更が自動的に反映されない時 Windowsユーザー向け no.33

Last updated at Posted at 2021-07-08

パンプキン カフェ (11).png

こんにちは、まゆみです。

Dockerについての記事をシリーズで書いています。

『Containerからリモートにあるプロジェクトフォルダーをバインドマウントしているのに、コードの変更が自動的に反映されない』

今回の記事では、そのような時どうしたら解決するのかを書いていきたいと思います

Windowsユーザー向けの記事になります。

#Dockerfileの時

env CHOKIDAR_USEPOLLING=true

2021-07-28_9-55-42.png

#docker-composeの場合

environment:
   - CHOKIDAR_USEPOLLING=true

以上をつけ足して書いてくだされば、解決します

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?