Delete Dockerfile
remove debug docker file
This commit is contained in:
parent
a985681e71
commit
f745c131b5
18
Dockerfile
18
Dockerfile
@ -1,18 +0,0 @@
|
|||||||
FROM resin/raspberrypi-buildpack-deps
|
|
||||||
|
|
||||||
# Enable systemd, as Resin requires this
|
|
||||||
#ENV INITSYSTEM on
|
|
||||||
|
|
||||||
# Make the hardware type available as a runtime env var
|
|
||||||
ENV RESIN_ARCH %%RESIN_ARCH%%
|
|
||||||
ENV RESIN_MACHINE_NAME %%RESIN_MACHINE_NAME%%
|
|
||||||
|
|
||||||
# Copy the build and run environment
|
|
||||||
COPY . /opt/ttn-gateway/
|
|
||||||
WORKDIR /opt/ttn-gateway/
|
|
||||||
|
|
||||||
# Build the gateway (or comment this out if debugging on-device)
|
|
||||||
RUN ./dev/build.sh && rm -rf ./dev
|
|
||||||
|
|
||||||
# Start it up
|
|
||||||
CMD ["sh", "-c", "./run.py"]
|
|
Loading…
Reference in New Issue
Block a user