This commit is contained in:
Ray Ozzie
2016-03-21 21:21:11 -07:00
parent 8153c02995
commit 0631b34d21
6 changed files with 6 additions and 184 deletions

View File

@ -8,10 +8,10 @@ COPY . ~/ttn-gateway
# Build the gateway
WORKDIR ~/ttn-gateway
RUN ./install.sh
RUN ./resin-install.sh
# Make sure we start up within the bin directory
WORKDIR /opt/ttn-gateway/bin
# Start it up
CMD ["sh", "-c", "./start.sh"]
CMD ["sh", "-c", "./resin-run.sh"]