FROM wordpress:php7.1-apache

WORKDIR /var/www/html
COPY . wp-content/plugins/zendesk_wordpress
COPY dev/wp-config.php wp-config.php
