Skip to content

Commit

Permalink
Enable YJIT and remove Bundler ENV vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 19, 2023
1 parent e02f1cf commit 82fe356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -3,8 +3,8 @@
################################################################################
FROM ruby:3.2.0-alpine3.17 AS base-stage

ENV BUNDLE_JOBS=10 \
BUNDLE_RETRIES=5
# Silence Ruby deprecation warnings and enable YJIT.
ENV RUBYOPT="-W:no-deprecated --yjit"

EXPOSE 8080

Expand Down

0 comments on commit 82fe356

Please sign in to comment.