diff --git a/docker files/amd64/dockerfile b/dockerfiles/amd64/dockerfile similarity index 96% rename from docker files/amd64/dockerfile rename to dockerfiles/amd64/dockerfile index bf22750..ed4c852 100755 --- a/docker files/amd64/dockerfile +++ b/dockerfiles/amd64/dockerfile @@ -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" ] \ No newline at end of file diff --git a/docker files/amd64/run.sh b/dockerfiles/amd64/run.sh similarity index 100% rename from docker files/amd64/run.sh rename to dockerfiles/amd64/run.sh diff --git a/docker files/armv7/dockerfile b/dockerfiles/armv7/dockerfile similarity index 96% rename from docker files/armv7/dockerfile rename to dockerfiles/armv7/dockerfile index 17eaa72..d3e3f78 100755 --- a/docker files/armv7/dockerfile +++ b/dockerfiles/armv7/dockerfile @@ -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" ] \ No newline at end of file diff --git a/docker files/armv7/run.sh b/dockerfiles/armv7/run.sh similarity index 100% rename from docker files/armv7/run.sh rename to dockerfiles/armv7/run.sh