Files
piratepoet/tests/docker/codeception/Dockerfile
2019-02-06 14:59:15 +03:00

13 lines
312 B
Docker

FROM mailpoet/wordpress:5.6-cli_20181009.1
ENV COMPOSER_ALLOW_SUPERUSER=1
RUN composer global require --optimize-autoloader "hirak/prestissimo"
WORKDIR /wp-core/wp-content/plugins/mailpoet
ENV WP_ROOT=/wp-core
ADD tests/docker/codeception/docker-entrypoint.sh /
RUN ["chmod", "+x", "/docker-entrypoint.sh"]