Skip to content

Commit f7762f4

Browse files
committed
Add quotations for consistency with other envs
Follow up to rails#55252
1 parent 4c803a2 commit f7762f4

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)