We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4704db7 + f7762f4 commit b9a7fa7Copy full SHA for b9a7fa7
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -25,7 +25,7 @@ ENV RAILS_ENV="production" \
25
BUNDLE_DEPLOYMENT="1" \
26
BUNDLE_PATH="/usr/local/bundle" \
27
BUNDLE_WITHOUT="development" \
28
- LD_PRELOAD=/usr/local/lib/libjemalloc.so
+ LD_PRELOAD="/usr/local/lib/libjemalloc.so"
29
30
# Throw-away build stage to reduce size of final image
31
FROM base AS build
0 commit comments