Skip to content

Commit

Permalink
Modifying Dockerfile and adding .dockerignore #8
Browse files Browse the repository at this point in the history
  • Loading branch information
tilaks26 committed Jan 31, 2017
1 parent 8d88be1 commit 5710f80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
@@ -0,0 +1 @@
.git
6 changes: 5 additions & 1 deletion Dockerfile
@@ -1,3 +1,7 @@
FROM php:5.6.29-apache

COPY . /var/www/laravel-develop/
RUN docker-php-ext-install pdo_mysql
RUN a2enmod rewrite

ADD . /var/www
ADD ./public /var/www/html

0 comments on commit 5710f80

Please sign in to comment.