Run codeception from image

[MAILPOET-2309]
This commit is contained in:
Ján Mikláš
2019-09-04 16:36:53 +02:00
committed by M. Shull
parent 0acbb4ef48
commit f41f7f5138
2 changed files with 4 additions and 15 deletions

View File

@@ -1,12 +0,0 @@
FROM mailpoet/wordpress:7.2-cli_20181215.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"]