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

@@ -11,7 +11,7 @@ WORKDIR ~/ttn-gateway
RUN ./install.sh
# Make sure we start up within the bin directory
WORKDIR ~/opt/ttn-gateway/bin
WORKDIR /opt/ttn-gateway/bin
# Start it up
CMD ["sh", "-c", "env && ./start.sh"]
CMD ["sh", "-c", "pwd && ls /opt/ttn-gateway/bin && env && ./start.sh"]