Skip to content

Commit

Permalink
fix: target bindir was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Oct 20, 2018
1 parent 77e7211 commit f721b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runDockerBuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ then

export VERSION=$(cat ./VERSION)

mkdir -p /opt/lapps-builds/latest
rm -rf /opt/lapps-builds/latest/*
mkdir -p /opt/lapps-builds/latest/bin

docker build -t lapps:${UBUNTU}-${BUILD} -f dockerfiles/Dockerfile.${UBUNTU}.${BUILD} --force-rm . || die "Dockerfile for specified build is missing"
docker run -it --rm --name myldev -h ldev -v /opt/lapps-builds/latest:/opt/lapps lapps:${UBUNTU}-${BUILD} ./inDockerPackage.${BUILD}.sh || die "Something went wrong: build has failed"
Expand Down

0 comments on commit f721b9a

Please # to comment.