Experience the Lamborghini Essenza SCV12
+A track-only hypercar developed by Lamborghini Squadra Corse. This masterpiece of engineering boasts a naturally aspirated V12 engine and an aerodynamically extreme design.
+ Learn More +diff --git a/.dockerignore b/.dockerignore new file mode 100755 index 0000000..93c32d7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +.git + +.pristine + +.trash + +.recycle + +.backup + +.template + +.calendar diff --git a/Dockerfile b/Dockerfile new file mode 100755 index 0000000..331f233 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM nginx + +WORKDIR /usr/share/nginx/html/ + +COPY . . diff --git a/README.md b/README.md deleted file mode 100644 index 2243d36..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# essenza.embanet.online - diff --git a/compose.bash b/compose.bash new file mode 100755 index 0000000..c729913 --- /dev/null +++ b/compose.bash @@ -0,0 +1,13 @@ +#!/bin/bash + +reset + +clear + +set -e + +set -x + +docker compose down + +docker compose up --build -d diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..d307c48 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,17 @@ +services: + + essenza.embanet.online: + + container_name: essenza.embanet.online + + image: softwareshinobi/essenza.embanet.online + + build: + + context: . + + dockerfile: Dockerfile + + ports: + + - 8000:80 diff --git a/cover.svg b/cover.svg new file mode 100644 index 0000000..9ba7cfb --- /dev/null +++ b/cover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..61c31f0 --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ + + +
+ + +A track-only hypercar developed by Lamborghini Squadra Corse. This masterpiece of engineering boasts a naturally aspirated V12 engine and an aerodynamically extreme design.
+ Learn More +