added common network with catalog and started conf implementation
This commit is contained in:
@@ -12,7 +12,7 @@ EXPOSE 49618
|
||||
WORKDIR /go/src/oc-search
|
||||
|
||||
#######################################################
|
||||
RUN go get github.com/beego/bee/v2
|
||||
RUN go install github.com/beego/bee/v2@master
|
||||
|
||||
COPY go.mod .
|
||||
COPY go.sum .
|
||||
@@ -30,6 +30,10 @@ COPY static static
|
||||
COPY views views
|
||||
COPY scripts scripts
|
||||
|
||||
# Configuration file : aims at making your variables suit your environment (local, docker, prod, etc)
|
||||
|
||||
COPY local_search.json /etc/oc/search.json
|
||||
|
||||
# FROM golang
|
||||
|
||||
# WORKDIR /go/src/oc-catalog
|
||||
|
||||
Reference in New Issue
Block a user