Skip to content

Commit

Permalink
remove schema folder
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Sep 9, 2023
1 parent fe579a7 commit 95987ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ RUN sed -ri -e "s!/var/www/!${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/apache2.conf
RUN a2enmod rewrite

# install app
COPY schema /var/www/schema
COPY www /var/www/html
RUN cd /var/www/html && /usr/bin/composer install
RUN chown -R www-data: /var/www/schema
RUN chown -R www-data: /var/www/html

0 comments on commit 95987ec

Please sign in to comment.