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

@@ -14,4 +14,4 @@ RUN ./install.sh
WORKDIR /opt/ttn-gateway/bin
# Start it up
CMD ["sh", "-c", "env && echo && ./start.sh"]
CMD ["sh", "-c", "./start.sh"]