Files
discourse/bin/docker/exec
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
252 B
Bash
Raw Normal View History

2021-05-21 16:24:09 +01:00
#!/bin/bash
exec docker exec \
-it \
-u discourse:discourse \
-w '/src' \
-e RUBY_GLOBAL_METHOD_CACHE_SIZE=131072 \
-e LD_PRELOAD=/usr/lib/libjemalloc.so \
-e RAILS_ENV \
-e NO_EMBER_CLI \
-e QUNIT_RAILS_ENV \
discourse_dev \
"$@"