chore(go): use go mod
to fetch dependencies
This commit is contained in:
parent
f4e4181785
commit
82ace08303
@ -81,5 +81,5 @@ WORKDIR /opt/src/config/data
|
|||||||
COPY ./config/data/addresses.csv ./
|
COPY ./config/data/addresses.csv ./
|
||||||
WORKDIR /opt/src/app
|
WORKDIR /opt/src/app
|
||||||
COPY ./go .
|
COPY ./go .
|
||||||
RUN go get ... \
|
RUN go mod download \
|
||||||
&& go build
|
&& go build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user