Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
kudato committed Jan 17, 2020
1 parent d990482 commit b86f23c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
# TAGS
# FROM

source /usr/bin/entrypoint.sh --source-only
source ./entrypoint.sh --source-only

# replace $2 to $3 in $1.
replace() { echo "${1//${2}/${3}}"; }

build_image() {
local name
Expand Down

0 comments on commit b86f23c

Please sign in to comment.