This commit is contained in:
Ray Ozzie
2016-03-21 15:23:08 -07:00
parent 23d1839211
commit 9c5e1b8e58
4 changed files with 43 additions and 5 deletions

View File

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