Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/asimsinan/docker-nginx-bootstrap-demo


https://github.com/asimsinan/docker-nginx-bootstrap-demo

Last synced: about 23 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Nginx Docker Bootstrap Dashboard Demo

Bootstrap tabanlı statik web sayfalarınızı Nginx web sunucusu ile nasıl yayınlanacağını gösteren bir örnek.
* Bootstrap içeren statik web sitesi src klasöründedir.
* Dockerfile dosyasında src klasörünü nginx sunucusuna kopyalayan kod parçaları yer almaktadır.

## Çalıştırma

* docker build -t nginx .
* docker run -d --name web -p 8080:80 nginx

![image](resimler/index.png)