Skip to content

Commit

Permalink
Update docker_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu authored Aug 24, 2023
1 parent c1b8d24 commit 31c6e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "${PLATFORM}" == "mac" ]];then
fi

# 编译
./scripts/build.sh ${OUTPUT_DIR} ${MODE} ${VERSION} business
./scripts/build.sh ${OUTPUT_DIR} ${MODE} ${VERSION}

docker build ${OPTIONS} -t docker.eolinker.com/docker/apinto/apserver:${VERSION} --build-arg VERSION=${VERSION} --build-arg APP="apserver" --build-arg DIR=${OUTPUT_DIR} -f scripts/Dockerfile ./

0 comments on commit 31c6e00

Please sign in to comment.