tweak paths on dockerbuild
This commit is contained in:
parent
663cadf297
commit
4be604e053
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user