1
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-compose public の内容が反映されないときに疑うべきこと

Posted at

EC2上にて docker-compose をつかってイメージをビルドした際に
public の内容が反映されなかった。

docker-compose build --no-cache ってしてもだめ

試しに docker-compose run app exec bash でコンテナにはいって調べると
やはり反映されていない

ただ、今回は画像を1GBくらい public においたんだけど
docker image ls ってするときちんと 1GB 分イメージ容量が増えている

なんだ


volume の書き方によってはゴミがのこってしまうみたい。
それで反映されなかった。

Docker むずかしい・・

1
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
1
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?