Skip to content

Commit

Permalink
fix(broken-link): change link from /sections/docker/dockerignore.japa…
Browse files Browse the repository at this point in the history
…nese.md to ./docker-ignore.japanese.md in /sections/docker/multi_stage_builds.japanese.md file
  • Loading branch information
rluvaton committed Jul 6, 2021
1 parent 1df7103 commit b765cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/docker/multi_stage_builds.japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- README.md
```

[.dockerignore](/sections/docker/dockerignore.japanese.md) では、アプリケーションのビルドや実行に必要のないファイルをすでにフィルタリングしています。
[.dockerignore](./docker-ignore.japanese.md) では、アプリケーションのビルドや実行に必要のないファイルをすでにフィルタリングしています。

```
# 既存の node_modules をコピーしないで、自分たちで取得します。
Expand Down

0 comments on commit b765cc4

Please sign in to comment.