Skip to content

Commit

Permalink
Update apps for Pulumi/Docker Build Cloud webinar (#1652)
Browse files Browse the repository at this point in the history
Added a site to the `dockerbuildcloud-ts` example and then updated the
`aws-ts-containers-dockerbuildcloud` to further distinguish the
displays.

Feel free to adjust as you see fit!
  • Loading branch information
mikesir87 committed Jun 25, 2024
1 parent 530a7e1 commit b11cd90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-ts-containers-dockerbuildcloud/app/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<title>Hello, Pulumi!</title></head>
<body>
<p>Hello, containers!</p>
<p>Made with ❤️ with <a href="https://pulumi.com">Pulumi</a></p>
<p>Made with ❤️ with <a href="https://pulumi.com">Pulumi</a> and <a href="https://www.docker.com/products/build-cloud/">Docker Build Cloud</a> and deployed to Fargate</p>
</body></html>
3 changes: 2 additions & 1 deletion dockerbuildcloud-ts/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
FROM nginx
FROM nginx
COPY content /usr/share/nginx/html
Binary file added dockerbuildcloud-ts/app/content/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dockerbuildcloud-ts/app/content/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<html>
<head><meta charset="UTF-8">
<title>Hello, Pulumi!</title></head>
<body>
<p>Hello, containers!</p>
<p>Made with ❤️ with <a href="https://pulumi.com">Pulumi</a> and <a href="https://www.docker.com/products/build-cloud/">Docker Build Cloud</a></p>
</body></html>

0 comments on commit b11cd90

Please sign in to comment.