debugging ci

This commit is contained in:
Steven Polley 2018-08-01 19:54:24 -06:00
parent 4be604e053
commit 5bdf3fc74b

View File

@ -1,4 +1,6 @@
FROM resin/raspberrypi3-alpine FROM resin/raspberrypi3-alpine
RUN pwd
RUN ls
COPY /go/src/deadbeef.codes/steven/mandelmapper/mandelmapper /usr/bin COPY /go/src/deadbeef.codes/steven/mandelmapper/mandelmapper /usr/bin
EXPOSE 6161:6161 EXPOSE 6161:6161
CMD mandelmapper CMD mandelmapper