From c993eca4a9c835c7f33526b89aa738a6f95c4954 Mon Sep 17 00:00:00 2001 From: Jacob Samro Date: Mon, 3 Jun 2019 15:20:53 +0530 Subject: [PATCH] Initial demo --- .gitignore | 1 + Dockerfile | 2 ++ captain-definition | 4 +++ index.html | 76 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 83 insertions(+) create mode 100644 .gitignore create mode 100644 Dockerfile create mode 100644 captain-definition create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ffc018 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +file.tar diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fee9684 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html \ No newline at end of file diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..392afd9 --- /dev/null +++ b/captain-definition @@ -0,0 +1,4 @@ +{ + "schemaVersion": 2, + "dockerfilePath" :"./Dockerfile" +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..829c2dc --- /dev/null +++ b/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + Starter Template for Bootstrap + + + + + + + + + + + + + +
+ +
+

Bootstrap starter template

+

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

+
+ +
+ + + + + + + + + + + +