diff options
| author | sousuke0422 <sousuke20xx@gmail.com> | 2021-09-13 20:07:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 20:07:39 +0900 |
| commit | 987474726cce9485e0df552c2aea0cda8a1169ce (patch) | |
| tree | 480e65065d5c519d0d2e5ab5fc8e832db4264fc9 /.dockerignore | |
| parent | GitHub Actionsを使用してDocker Hubへpushする方法 の説明 (#7790) (diff) | |
| download | sharkey-987474726cce9485e0df552c2aea0cda8a1169ce.tar.gz sharkey-987474726cce9485e0df552c2aea0cda8a1169ce.tar.bz2 sharkey-987474726cce9485e0df552c2aea0cda8a1169ce.zip | |
chore: .configをdockerイメージに入れないように (#7625)
* .configをdockerイメージに入れないように
* Update docker-compose.yml
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 7cef84d940..9ed558a258 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,6 +2,7 @@ .github .travis .vscode +.config Dockerfile build/ built/ |