From 0c0d3e6dab82a6452b7a46ecfc21f5e4d7680c10 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Mon, 21 Mar 2016 14:41:24 -0700 Subject: [PATCH] asdf --- Dockerfile | 4 ++-- Dockerfile~ | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ce4527c..a509805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/Dockerfile~ b/Dockerfile~ index 1c21fe1..ce4527c 100644 --- a/Dockerfile~ +++ b/Dockerfile~ @@ -1,4 +1,4 @@ -FROM resin/raspberrypi-golang +FROM resin/raspberrypi-buildpack-deps # Enable systemd ENV INITSYSTEM on