Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Remove unused sed in app.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
igayoso committed Nov 6, 2014
1 parent c7b5072 commit 4dd53de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ RUN apt-get update && apt-get install riak
# Riak's config
ENV RIAK_NODE_NAME "127.0.0.1"
ADD ./app.config /etc/riak/app.config
RUN sed -i -e s/riak_kv_bitcask_backend/riak_kv_eleveldb_backend/g /etc/riak/app.config
RUN sed -i -e 0,/"enabled, false"/{s/"enabled, false"/"enabled, true"/} /etc/riak/app.config
RUN sed -i -e s/listener.http.internal/listener.https.internal/g /etc/riak/riak.conf

# Copy init script to make configuration after first run and password set
Expand Down

0 comments on commit 4dd53de

Please sign in to comment.