Skip to content

Commit

Permalink
Updated run.sh to make tree directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMikita committed Apr 6, 2018
1 parent c28f343 commit 81ec0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ex

#SOURCE_DIR=/data/osmnames-sphinxsearch
SOURCE_DIR=`pwd`
mkdir -p $SOURCE_DIR/data $SOURCE_DIR/tmp $SOURCE_DIR/log
mkdir -p $SOURCE_DIR/data/input $SOURCE_DIR/data/index $SOURCE_DIR/tmp $SOURCE_DIR/log
sudo rm -rf $SOURCE_DIR/tmp

docker build -t klokantech/osmnames-sphinxsearch:devel .
Expand Down

0 comments on commit 81ec0e9

Please sign in to comment.