Commit 37582015 authored by danielgruesso's avatar danielgruesso

correct dockerfile term and update port

parent 9f400c08
......@@ -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
......
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