forked from e621ng/e621ng
[Docker] Reenable irb autocomplete
Feels much better than when I disabled this
This commit is contained in:
parent
0f1a96476e
commit
3d1a53233b
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user