add files to dockerfile

This commit is contained in:
Christopher 2020-10-21 23:30:45 +02:00
parent e50f2cbec8
commit 4774be829f
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
FROM sahrea/webserver
RUN composer require docker-php/docker-php
RUN composer require docker-php/docker-php
COPY index.php /var/www/html/index.php
COPY .htaccess /var/www/html/.htaccess
COPY style/ /var/www/html/style/
COPY seiten/ /var/www/html/seiten/
COPY plugins/ /var/www/html/plugins/
COPY daten/ /var/www/html/daten/
COPY classen/ /var/www/html/classen/