Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
fix: Use correct link to Docker-internal edged binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Mar 16, 2020
1 parent 1ba87c3 commit c50e669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.edged
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ FROM --platform=$TARGETPLATFORM alpine
ARG DIBS_TARGET
ARG TARGETPLATFORM

COPY --from=build /app/.bin/binaries/dhcpdd/dhcpdd* /usr/local/bin/dhcpdd
COPY --from=build /app/.bin/binaries/edged/edged* /usr/local/bin/edged

CMD /usr/local/bin/dhcpdd
CMD /usr/local/bin/edged

0 comments on commit c50e669

Please sign in to comment.