-
Notifications
You must be signed in to change notification settings - Fork 3
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
開発環境: ファイルに変更が加えられたらDockerイメージを再ビルドする #3678
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Device | URL |
---|---|
mobile | https://v10421-dot-hato-atama.an.r.appspot.com |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Device | URL |
---|---|
mobile | https://v10435-dot-hato-atama.an.r.appspot.com |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
https://developer.hatenastaff.com/entry/2023/10/13/120000
開発環境において、
compose.yml
やDockerfile
、Dockerfile
内でCOPYされているファイルに変更が加えられたらDockerイメージを再ビルドするようにします。compose.yml
にdevelop.watch
が含まれているとCIでのビルド時にエラーになるので、開発環境用のcompose.yml
をベースと実行用に分けています。なお、
server/Dockerfile
は.dockerignore
に含まれている関係でwatch対象に含めていません。