mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 09:44:04 +01:00
Quick fix: Increase PHP memory limit to let Docker tests pass
This commit is contained in:
parent
1ac95d8439
commit
c0d4f58680
1
Dockerfile
vendored
1
Dockerfile
vendored
@ -31,6 +31,7 @@ COPY . .
|
||||
RUN mv .env.testing .env
|
||||
RUN composer install
|
||||
RUN php artisan key:generate
|
||||
COPY docker/php-test.ini /usr/local/etc/php/php.ini
|
||||
ENTRYPOINT [ "/srv/vendor/bin/phpunit" ]
|
||||
|
||||
FROM alpine:${ALPINE_VERSION}
|
||||
|
1
docker/php-test.ini
Normal file
1
docker/php-test.ini
Normal file
@ -0,0 +1 @@
|
||||
memory_limit=2048M
|
Loading…
Reference in New Issue
Block a user