Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authordanielgruesso <dgruesso@gitlab.com>2018-11-13 22:38:05 +0300
committerdanielgruesso <dgruesso@gitlab.com>2018-11-13 22:38:05 +0300
commit37582015977ef6a71f23a1cbb131160aaf9c28f5 (patch)
tree7d724438bc9c9f3385f0c38375d4ea698616054f /doc/user
parent9f400c085969855891b92c1aa7d5cfaaaf8c969b (diff)
correct dockerfile term and update port
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/clusters/serverless/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md
index b44d14d2294..046564d6015 100644
--- a/doc/user/project/clusters/serverless/index.md
+++ b/doc/user/project/clusters/serverless/index.md
@@ -61,8 +61,8 @@ To run Knative on Gitlab, you will need:
- tm -n "$KUBE_NAMESPACE" --config "$KUBECONFIG" deploy service "$CI_PROJECT_NAME" --from-image "$CI_REGISTRY_IMAGE" --wait
```
-1. **Docker File:** Knative requires a docker file in order to build your application. It should be included
- at the root of your project's repo.
+1. **Dockerfile:** Knative requires a Dockerfile in order to build your application. It should be included
+ at the root of your project's repo and expose port 8080.
## Installing Knative via GitLab's Kubernetes integration