Merge pull request #427 from diegoquintanav/patch-5

Add information about `.dockerignore`
This commit is contained in:
Jérôme Petazzoni
2019-03-02 01:23:37 +01:00
committed by GitHub

View File

@@ -131,6 +131,12 @@ Sending build context to Docker daemon 2.048 kB
* Be careful (or patient) if that directory is big and your link is slow.
* You can speed up the process with a [`.dockerignore`](https://docs.docker.com/engine/reference/builder/#dockerignore-file) file
* It tells docker to ignore specific files in the directory
* Only ignore files that you won't need in the build context!
---
## Executing each step