You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/serverless_apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description:
6
6
---
7
7
In addition to building and running Serverless Functions, you can also build and run Serverless Applications with OpenFuntion.
8
8
9
-
OpenFunction uses [Shipwright](https://github.com/shipwright-io/build) to build source code into container images, [Shipwright](https://github.com/shipwright-io/build) supports to build source code in two different ways:
9
+
OpenFunction support building source code into container images in two different ways:
10
10
- Using [Cloud Native Buildpacks](https://buildpacks.io/) to build source code without a `Dockerfile`
11
11
- Using [Buildah](https://buildah.io/) or [BuildKit](https://github.com/moby/buildkit) to build source code with a `Dockerfile`
0 commit comments