Skip to content

Commit

Permalink
fixed copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann committed Sep 7, 2018
1 parent 7f6a37b commit f9f2911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/$EXPL
# Replace :user, :passwd and :dbname variables in the explorerpg.sql script
RUN sed -i 's/:user/hppoc/g' /docker-entrypoint-initdb.d/explorerpg.sql && \
sed -i "s/:passwd/'password'/g" /docker-entrypoint-initdb.d/explorerpg.sql && \
sed -i 's/:dbname/fabricexplorer/g' /docker-entrypoint-initdb.d/explorerpg.sqls://raw.githubusercontent.com/hyperledger/blockchain-explorer/master/app/persistence/postgreSQL/db/updatepg.sql -O /docker-entrypoint-initdb.d/updatepg.sql
sed -i 's/:dbname/fabricexplorer/g' /docker-entrypoint-initdb.d/explorerpg.sql

0 comments on commit f9f2911

Please sign in to comment.