asimsinan / docker-apache-bootstrap-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

image

About


Languages

Language:HTML 70.8%Language:JavaScript 16.0%Language:CSS 13.0%Language:Dockerfile 0.2%