Skip to content

Commit

Permalink
Dockerfile Added
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAllomani committed Sep 17, 2018
1 parent c3741fe commit aa49eff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM php:5.6-apache
RUN apt-get update && apt-get install -y git sendmail libpng-dev
RUN docker-php-ext-install mysql
RUN docker-php-ext-install gd
RUN a2enmod rewrite
WORKDIR /var/www/html
RUN git clone https://github.com/allomani/songs300.git .
RUN chown -R www-data.www-data *

0 comments on commit aa49eff

Please sign in to comment.