Skip to content

Commit

Permalink
Remove unnecessary copy
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Mar 24, 2020
1 parent 8d9e5eb commit 5f5bf75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COPY vendor /var/www/html/vendor
COPY views /var/www/html/views
COPY composer.* /var/www/html/
COPY .htaccess /var/www/html
COPY config.json /var/www/html
COPY assets /var/www/html/assets

RUN mkdir -p /var/www/html/database/github_commits && \
Expand All @@ -20,4 +19,4 @@ COPY docker/php/vhost.conf /etc/apache2/sites-available/000-default.conf

RUN chown -R www-data:www-data /var/www/html \
&& a2enmod rewrite
RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install pdo_mysql

0 comments on commit 5f5bf75

Please sign in to comment.