diff --git a/www/docs/customization/docker.md b/www/docs/customization/docker.md index 57cde05d7c6..9255492a4c2 100644 --- a/www/docs/customization/docker.md +++ b/www/docs/customization/docker.md @@ -32,10 +32,10 @@ ENTRYPOINT ["/mybin"] This configuration will build and push a Docker image named `user/repo:tagname`. -!!! info +!!! warning Note that we are not building any go files in the docker build phase, we are merely copying the binary to a `scratch` image and - setting up the entrypoint. + setting up the `entrypoint`. ## Customization