Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asimsinan/docker-nginx-bootstrap-demo
https://github.com/asimsinan/docker-nginx-bootstrap-demo
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/asimsinan/docker-nginx-bootstrap-demo
- Owner: asimsinan
- Created: 2023-05-16T07:49:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T07:49:37.000Z (over 1 year ago)
- Last Synced: 2023-08-07T14:32:51.622Z (over 1 year ago)
- Language: HTML
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)