asdf
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user