[Docker] Reenable irb autocomplete

Feels much better than when I disabled this
This commit is contained in:
Earlopain 2024-01-12 21:16:36 +00:00
parent 0f1a96476e
commit 3d1a53233b
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -37,7 +37,4 @@ COPY --from=node-builder /root/.cache/node /root/.cache/node
COPY --from=node-builder /app/node_modules node_modules
COPY --from=ruby-builder /usr/local/bundle /usr/local/bundle
# Stop bin/rails console from offering autocomplete
RUN echo "IRB.conf[:USE_AUTOCOMPLETE] = false" > ~/.irbrc
CMD ["foreman", "start"]