diff --git a/aws-ts-containers-dockerbuildcloud/app/content/index.html b/aws-ts-containers-dockerbuildcloud/app/content/index.html index d0fe5c694..68ce7af85 100644 --- a/aws-ts-containers-dockerbuildcloud/app/content/index.html +++ b/aws-ts-containers-dockerbuildcloud/app/content/index.html @@ -3,5 +3,5 @@ Hello, Pulumi!

Hello, containers!

-

Made with ❤️ with Pulumi

+

Made with ❤️ with Pulumi and Docker Build Cloud and deployed to Fargate

\ No newline at end of file diff --git a/dockerbuildcloud-ts/app/Dockerfile b/dockerbuildcloud-ts/app/Dockerfile index 007148685..4f9d60fb7 100644 --- a/dockerbuildcloud-ts/app/Dockerfile +++ b/dockerbuildcloud-ts/app/Dockerfile @@ -1 +1,2 @@ -FROM nginx \ No newline at end of file +FROM nginx +COPY content /usr/share/nginx/html diff --git a/dockerbuildcloud-ts/app/content/favicon.png b/dockerbuildcloud-ts/app/content/favicon.png new file mode 100644 index 000000000..ad4baeb6f Binary files /dev/null and b/dockerbuildcloud-ts/app/content/favicon.png differ diff --git a/dockerbuildcloud-ts/app/content/index.html b/dockerbuildcloud-ts/app/content/index.html new file mode 100644 index 000000000..ad3759f93 --- /dev/null +++ b/dockerbuildcloud-ts/app/content/index.html @@ -0,0 +1,7 @@ + + + Hello, Pulumi! + +

Hello, containers!

+

Made with ❤️ with Pulumi and Docker Build Cloud

+ \ No newline at end of file