Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
fix docker build blog post code example (#4267)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1588 authored May 13, 2024
1 parent c48614d commit fdc8fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/default/content/blog/docker-build/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Suppose your Pulumi program has a subfolder called `./app` that contains a file
{{% choosable language typescript %}}

```typescript
import * as pulumi from "@pulumi/pulumi"
import * as aws from "@pulumi/aws";
import * as docker_build from "@pulumi/docker-build";

Expand Down

0 comments on commit fdc8fef

Please sign in to comment.