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

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Apipa169 committed Dec 3, 2019
1 parent 9282e4b commit dc808a9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.6/re
&& npm i

WORKDIR /
RUN wget https://raw.githubusercontent.com/Apipa169/Assistant-Relay-for-Hassio/master/docker%20files/amd64/run.sh
RUN wget https://raw.githubusercontent.com/Apipa169/Assistant-Relay-for-Hassio/master/dockerfiles/amd64/run.sh
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.6/re
&& npm i

WORKDIR /
RUN wget https://raw.githubusercontent.com/Apipa169/Assistant-Relay-for-Hassio/master/docker%20files/armv7/run.sh
RUN wget https://raw.githubusercontent.com/Apipa169/Assistant-Relay-for-Hassio/master/dockerfiles/armv7/run.sh
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]
File renamed without changes.

0 comments on commit dc808a9

Please sign in to comment.