increase complexity?

This commit is contained in:
2018-08-01 21:01:22 -06:00
parent adb770a6ca
commit 77d7f262ce
2 changed files with 11 additions and 7 deletions

View File

@ -1,4 +1,8 @@
FROM golang:latest
WORKDIR /go/src/deadbeef.codes/steven/mandelmapper
RUN GOOS=linux GOARCH=arm GOARM=7 go build
FROM resin/raspberrypi3-alpine
COPY mandelmapper /usr/bin
COPY --from=0 mandelmapper /usr/bin
EXPOSE 6161:6161
CMD mandelmapper