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. 🔥
- Host: GitHub
- URL: https://github.com/balajisriraman/docker--nginx
- Owner: BalajiSriraman
- License: mit
- Created: 2023-04-19T06:42:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T18:34:37.000Z (about 2 years ago)
- Last Synced: 2025-08-08T12:52:11.402Z (about 2 months ago)
- Topics: build, docker, hosting, ngnix
- Language: Dockerfile
- Homepage:
- Size: 4.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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).