An open API service indexing awesome lists of open source software.

https://github.com/balajisriraman/docker--nginx

🐳🔧 Simplify your web application deployment with Docker and Nginx! Get your app up and running in no time. 🔥
https://github.com/balajisriraman/docker--nginx

build docker hosting ngnix

Last synced: 1 day ago
JSON representation

🐳🔧 Simplify your web application deployment with Docker and Nginx! Get your app up and running in no time. 🔥

Awesome Lists containing this project

README

          

# Dockerized Web Application with Nginx

This repository contains a Dockerfile and Nginx configuration to easily deploy your web application using Docker and Nginx.

## Features

- Supports React, Vue, Angular, or any other web application framework
- Automates the build process using the provided Dockerfile
- Efficiently serves static files using Nginx

## Usage

1. Place your built web application files in the root folder of this repository.
2. Build the Docker image:
**docker build -t my-web-app .
**
3. Run the Docker image:
**docker run -p 80:80 my-web-app
**
4. Access your web application at `http://localhost` in your browser.

## Customization

If you need to customize the Nginx configuration, you can modify the `nginx.conf` file before building the Docker image. Feel free to tailor it to your specific requirements.

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).