asf
This commit is contained in:
parent
ad0e9a55b7
commit
0a303e1420
@ -4,7 +4,7 @@ FROM resin/raspberrypi-buildpack-deps
|
||||
ENV INITSYSTEM on
|
||||
|
||||
# Copy the installer
|
||||
COPY /resin-install.sh ~/ttn-gateway
|
||||
COPY . ~/ttn-gateway
|
||||
|
||||
# Build the gateway
|
||||
WORKDIR ~/ttn-gateway
|
||||
@ -12,7 +12,6 @@ RUN ./resin-install.sh
|
||||
|
||||
# Make sure we start up within the bin directory
|
||||
WORKDIR /opt/ttn-gateway/bin
|
||||
COPY /resin-run.sh ./resin-run.sh
|
||||
|
||||
# Start it up
|
||||
CMD ["sh", "-c", "./resin-run.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user