Skip to content

Commit

Permalink
Fix wrong path in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Harri Hirvonsalo <[email protected]>
  • Loading branch information
hjhsalo committed Dec 14, 2020
1 parent 5fb17c9 commit 8f31a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerize/b2share.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ ! -f /usr/var/b2share-instance/provisioned ]; then
/usr/local/bin/b2share demo load_data
elif [ "${INIT_DB_AND_INDEX}" = "1" ]; then
# add default location
/usr/bin/b2share files add-location 'local' file:///usr/var/b2share-instance/files --default
/usr/local/bin/b2share files add-location 'local' file:///usr/var/b2share-instance/files --default
fi

touch /usr/var/b2share-instance/provisioned
Expand Down

0 comments on commit 8f31a11

Please sign in to comment.