updated for new git locationupdated for new git location
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM golang:1.13 as builder
|
||||
|
||||
WORKDIR /go/src/github.com/sneak/feta
|
||||
WORKDIR /go/src/git.eeqj.de/sneak/feta
|
||||
COPY . .
|
||||
|
||||
#RUN make lint && make build
|
||||
@@ -14,7 +14,7 @@ RUN tar cvfz go-src.tgz src && du -sh *
|
||||
|
||||
FROM alpine
|
||||
|
||||
COPY --from=builder /go/src/github.com/sneak/feta/feta /bin/feta
|
||||
COPY --from=builder /go/src/git.eeqj.de/sneak/feta/feta /bin/feta
|
||||
|
||||
# put the source in there too for safekeeping
|
||||
COPY --from=builder /go/go-src.tgz /usr/local/src/go-src.tgz
|
||||
|
||||
Reference in New Issue
Block a user