Skip to content

Commit

Permalink
fix Dockerfile get bin
Browse files Browse the repository at this point in the history
  • Loading branch information
hieulq committed Dec 17, 2023
1 parent cfd7610 commit 2ac9c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM

# Copy init script, 8xFF relayer and agent binary
RUN wget https://github.com/8xFF/atm0s-decentralized-home-assistant-proxy/releases/download/latest/agent-x86_64-unknown-linux-musl -O agent \
wget https://github.com/8xFF/atm0s-decentralized-home-assistant-proxy/releases/download/latest/relayer-x86_64-unknown-linux-musl -O relayer
&& wget https://github.com/8xFF/atm0s-decentralized-home-assistant-proxy/releases/download/latest/relayer-x86_64-unknown-linux-musl -O relayer

COPY data/run.sh /

Expand Down

0 comments on commit 2ac9c66

Please sign in to comment.