Skip to content

Commit 0ba38c5

Browse files
committed
Add Cpp
1 parent 5c1c9d9 commit 0ba38c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/containerized-execution.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Containerized Execution
33
description: Containerized Execution using Docker
44
---
55

6-
The `C`, `Python`, and `TypeScript` target support the generation of a Dockerfile to conveniently run the generated code in a container. To enable this feature, include the `docker` property in your target specification, as follows:
6+
The `C`, `Cpp`, `Python`, and `TypeScript` target support the generation of a Dockerfile to conveniently build and run the generated code in a container. To enable this feature, include the `docker` property in your target specification, as follows:
77

88
```lf-c
99
target C {

0 commit comments

Comments
 (0)