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