include updates from other repo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM golang:1.13 as builder
|
||||
|
||||
WORKDIR /go/src/github.com/sneak/pooteeweet
|
||||
WORKDIR /go/src/github.com/sneak/merp
|
||||
COPY . .
|
||||
|
||||
RUN go get -v && make build
|
||||
@@ -8,8 +8,11 @@ RUN go get -v && make build
|
||||
|
||||
FROM alpine
|
||||
|
||||
COPY --from=builder /go/src/github.com/sneak/pooteeweet/pooteeweet /bin/pooteeweet
|
||||
COPY --from=builder /go/src/github.com/sneak/merp/merp /bin/merp
|
||||
|
||||
CMD /bin/pooteeweet
|
||||
# put the source in there too for safekeeping
|
||||
COPY --from=builder /go/src /usr/local/src/go
|
||||
|
||||
CMD /bin/merp
|
||||
|
||||
# FIXME add testing
|
||||
|
||||
Reference in New Issue
Block a user