diff --git a/Dockerfile b/Dockerfile index 061a0b3..7838072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM volkerraschek/build-image:1.4.0 AS build-env ADD ./ /workspace -RUN make bin/linux/amd64/dhd +RUN make bin/linux/amd64/dhdu FROM busybox:latest -COPY --from=build-env /workspace/bin/linux/amd64/dhd /usr/bin/dhd -ENTRYPOINT [ "/usr/bin/dhd" ] \ No newline at end of file +COPY --from=build-env /workspace/bin/linux/amd64/dhdu /usr/bin/dhdu +ENTRYPOINT [ "/usr/bin/dhdu" ] \ No newline at end of file