You've already forked docker-hub-description-updater
							
							fix(Dockerfile): changed name of the binary
This commit is contained in:
		| @@ -2,8 +2,8 @@ FROM volkerraschek/build-image:1.4.0 AS build-env | |||||||
|  |  | ||||||
| ADD ./ /workspace | ADD ./ /workspace | ||||||
|  |  | ||||||
| RUN make bin/linux/amd64/dhd | RUN make bin/linux/amd64/dhdu | ||||||
|  |  | ||||||
| FROM busybox:latest | FROM busybox:latest | ||||||
| COPY --from=build-env /workspace/bin/linux/amd64/dhd /usr/bin/dhd | COPY --from=build-env /workspace/bin/linux/amd64/dhdu /usr/bin/dhdu | ||||||
| ENTRYPOINT [ "/usr/bin/dhd" ] | ENTRYPOINT [ "/usr/bin/dhdu" ] | ||||||
		Reference in New Issue
	
	Block a user