diff --git a/Dockerfile b/Dockerfile index a76eea6..3c10cbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM resin/raspberrypi-buildpack-deps ENV INITSYSTEM on # Copy the installer -COPY /resin-install.sh ~/ttn-gateway +COPY . ~/ttn-gateway # Build the gateway WORKDIR ~/ttn-gateway @@ -12,7 +12,6 @@ RUN ./resin-install.sh # Make sure we start up within the bin directory WORKDIR /opt/ttn-gateway/bin -COPY /resin-run.sh ./resin-run.sh # Start it up CMD ["sh", "-c", "./resin-run.sh"]