DEV: Add env var to bin/docker/exec (#25187)

This commit is contained in:
Mark VanLandingham 2024-01-09 12:31:08 -06:00 committed by GitHub
parent 47597219b1
commit 6432b7f979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ exec docker exec \
-w '/src' \
-e RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 \
-e LD_PRELOAD=/usr/lib/libjemalloc.so \
-e CI \
-e RAILS_ENV \
-e NO_EMBER_CLI \
-e QUNIT_RAILS_ENV \