tweak paths on dockerbuild

This commit is contained in:
Steven Polley 2018-08-01 19:53:21 -06:00
parent 663cadf297
commit 4be604e053
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
workspace: workspace:
base: /go base: /go
path: src/deadbeef.codes/steven/mandelbrot path: src/deadbeef.codes/steven/mandelmapper
pipeline: pipeline:
build: build:

View File

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