Skip to content

ezotic/dice-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎲 Dice Game Deployment with Terraform & Docker

This project demonstrates how to deploy a static Dice Game web application using Terraform and Docker.
The app is served by an Nginx container built from a custom image that includes all static files (index.html, styles.css, app.js).


πŸ“‚ Project Structure

.
β”œβ”€β”€ image
β”‚   β”œβ”€β”€ Dockerfile
β”‚   └── site
β”‚       β”œβ”€β”€ app.js
β”‚       β”œβ”€β”€ index.html
β”‚       └── styles.css
β”œβ”€β”€ main.tf
β”œβ”€β”€ terraform.tfstate
└── terraform.tfstate.backup

About

A simple roll of the dice, deployed with Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors