Skip to content

Commit 445c8af

Browse files
YunchuWangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 30bbe86 commit 445c8af

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

examples/on_demand_sandbox/README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,25 @@ Durable Task Scheduler validates they match the declaration before advertising w
5656

5757
From the repository root:
5858

59-
```powershell
59+
Bash:
60+
61+
~~~bash
62+
docker build \
63+
-f examples/on_demand_sandbox/Containerfile \
64+
-t <public container image reference> \
65+
.
66+
docker push <public container image reference>
67+
~~~
68+
69+
PowerShell:
70+
71+
~~~powershell
6072
docker build `
6173
-f examples\on_demand_sandbox\Containerfile `
6274
-t <public container image reference> `
6375
.
6476
docker push <public container image reference>
65-
```
77+
~~~
6678

6779
```bash
6880
docker build \

0 commit comments

Comments
 (0)