Play around with yjit #12

Closed
atomaka wants to merge 3 commits from yjit into main
Showing only changes of commit 70a75ebb92 - Show all commits

View file

@ -55,7 +55,7 @@ RUN useradd rails --create-home --shell /bin/bash && \
chown -R rails:rails db log storage tmp
USER rails:rails
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
ENV LD_PRELOAD=libjemalloc.so.2
# Entrypoint prepares the database.
ENTRYPOINT ["/rails/bin/docker-entrypoint"]