Commit c6b8b1f5 authored by Evan Read's avatar Evan Read

Merge branch '212210-docs-feedback-specify-location-of-dockerfile' into 'master'

Resolve "Docs feedback: Specify location of Dockerfile"

Closes #212210 and #212211

See merge request gitlab-org/gitlab!27807
parents b07d1679 93ce2528
...@@ -373,7 +373,7 @@ Either way, the resulting Docker image is automatically pushed to the ...@@ -373,7 +373,7 @@ Either way, the resulting Docker image is automatically pushed to the
#### Auto Build using a Dockerfile #### Auto Build using a Dockerfile
If a project's repository contains a `Dockerfile`, Auto Build will use If a project's repository contains a `Dockerfile` at its root, Auto Build will use
`docker build` to create a Docker image. `docker build` to create a Docker image.
If you are also using Auto Review Apps and Auto Deploy and choose to provide If you are also using Auto Review Apps and Auto Deploy and choose to provide
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment