miolab / phoenix_dev_containers_no_ecto

Phoenixのno-ecto版Docker開発用リポジトリ
0 stars 0 forks source link

persist_to_workspaceのpathsまわりを軽量化する #23

Closed miolab closed 3 years ago

miolab commented 3 years ago

必要なfile/dirのみを対象とする。


miolab commented 3 years ago

https://github.com/miolab/phoenix_dev_containers_no_ecto/pull/21/commits/5aa7c278a5a616582affb918977469934dece981 により、 .tar.gz - 7.8 MB

へと軽量化。

+ pwd
/home/circleci/project
+ ls -a
.   app        docker-compose.yml  .env.sample  .gitignore  README.md
..  .circleci  .dockerignore       .git     heroku.yml
+ ls app
assets  config  Dockerfile  mix.exs   priv   test
_build  deps    lib     mix.lock  README.md
miolab commented 3 years ago

https://github.com/miolab/phoenix_dev_containers_no_ecto/pull/21 マージで対応done