diff --git a/.drone.yml b/.drone.yml index b14d6cf..4b8c6f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ workspace: base: /go - path: src/deadbeef.codes/steven/mandelbrot + path: src/deadbeef.codes/steven/mandelmapper pipeline: build: diff --git a/Dockerfile b/Dockerfile index 57a2838..e365683 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM resin/raspberrypi3-alpine -COPY mandelmapper /usr/bin +COPY /go/src/deadbeef.codes/steven/mandelmapper/mandelmapper /usr/bin EXPOSE 6161:6161 CMD mandelmapper