Skip to content

Commit b9a7fa7

Browse files
authored
Merge pull request rails#55277 from tiramizoo/quotation
Add quotations for consistency with other envs
2 parents 4704db7 + f7762f4 commit b9a7fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Dockerfile.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV RAILS_ENV="production" \
2525
BUNDLE_DEPLOYMENT="1" \
2626
BUNDLE_PATH="/usr/local/bundle" \
2727
BUNDLE_WITHOUT="development" \
28-
LD_PRELOAD=/usr/local/lib/libjemalloc.so
28+
LD_PRELOAD="/usr/local/lib/libjemalloc.so"
2929

3030
# Throw-away build stage to reduce size of final image
3131
FROM base AS build

0 commit comments

Comments
 (0)