diff --git a/Dockerfile b/Dockerfile index 08635ee..2e47158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY . ~/ttn-gateway # Build the gateway WORKDIR ~/ttn-gateway +RUN ls -la RUN ./resin-install.sh # Make sure we start up within the bin directory