update local environment to build the bookish-api
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM golang:latest
|
||||
|
||||
WORKDIR /go/src/bookish
|
||||
COPY . .
|
||||
|
||||
RUN go get -d -v ./...
|
||||
RUN go install -v ./...
|
||||
|
||||
CMD ["api"]
|
||||
Reference in New Issue
Block a user