https://github.com/asimsinan/docker-apache-bootstrap-demo
https://github.com/asimsinan/docker-apache-bootstrap-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asimsinan/docker-apache-bootstrap-demo
- Owner: asimsinan
- Created: 2023-05-16T16:50:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T16:50:19.000Z (about 2 years ago)
- Last Synced: 2025-01-14T06:32:41.127Z (5 months 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
# Apache Web Sunucusu Docker Bootstrap Dashboard Demo
Bootstrap tabanlı statik web sayfalarınızı Apache 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ü apache sunucusuna kopyalayan kod parçaları yer almaktadır.## Çalıştırma
* docker build -t apache .
* docker run -d --name apache-sunucu -p 8080:80 apache