Skip to content

Commit

Permalink
correct dockerfile entrypoint for artifactsd
Browse files Browse the repository at this point in the history
rebuild docker image when build-artifacts.sh changes
  • Loading branch information
jenniferberger committed May 15, 2018
1 parent 5cedc28 commit 96843b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions external-libs/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ artifactsd: distfiles
-v $(shell pwd)/artifacts-verification:/var/src/artifacts-verification \
-v $(shell pwd)/distfiles:/var/src/distfiles \
-v $(shell pwd)/build-artifacts.sh:/usr/local/bin/build-artifacts.sh \
xmrwallet_build /bin/bash
--entrypoint /bin/bash \
xmrwallet_build

artifacts-verification: distfiles artifacts/packages.checksum
@echo "running a verification build that compares with a previous artifacts build"
Expand All @@ -82,6 +83,6 @@ artifacts-verification: distfiles artifacts/packages.checksum
xmrwallet_build /bin/bash /usr/local/bin/build-artifacts.sh \
verify

.docker_image:
.docker_image: build-artifacts.sh
docker build . -t xmrwallet_build
touch .docker_image

0 comments on commit 96843b7

Please sign in to comment.