feat: build golang project
This commit is contained in:
parent
e1ceef6409
commit
d355f46856
@ -75,4 +75,5 @@ RUN ln -s /usr/local/lib/libpostal.so.1.0.1 /usr/local/lib/libpostal.so.1 \
|
|||||||
&& ldconfig
|
&& ldconfig
|
||||||
WORKDIR /opt/src/app
|
WORKDIR /opt/src/app
|
||||||
COPY ./go .
|
COPY ./go .
|
||||||
RUN go get ...
|
RUN go get ... \
|
||||||
|
&& go build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user