asdf
This commit is contained in:
parent
ec9e30ea58
commit
0c0d3e6dab
@ -11,7 +11,7 @@ WORKDIR ~/ttn-gateway
|
|||||||
RUN ./install.sh
|
RUN ./install.sh
|
||||||
|
|
||||||
# Make sure we start up within the bin directory
|
# Make sure we start up within the bin directory
|
||||||
WORKDIR ~/opt/ttn-gateway/bin
|
WORKDIR /opt/ttn-gateway/bin
|
||||||
|
|
||||||
# Start it up
|
# Start it up
|
||||||
CMD ["sh", "-c", "env && ./start.sh"]
|
CMD ["sh", "-c", "pwd && ls /opt/ttn-gateway/bin && env && ./start.sh"]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM resin/raspberrypi-golang
|
FROM resin/raspberrypi-buildpack-deps
|
||||||
|
|
||||||
# Enable systemd
|
# Enable systemd
|
||||||
ENV INITSYSTEM on
|
ENV INITSYSTEM on
|
||||||
|
Loading…
Reference in New Issue
Block a user