diff --git a/.drone.yml b/.drone.yml index 4b8c6f0..510f59e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ pipeline: commands: - go get - go build - - pwd + - lsblk publish: image: plugins/docker diff --git a/Dockerfile b/Dockerfile index 4affc92..57a2838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM resin/raspberrypi3-alpine -RUN ls -COPY /go/src/deadbeef.codes/steven/mandelmapper/mandelmapper /usr/bin +COPY mandelmapper /usr/bin EXPOSE 6161:6161 CMD mandelmapper