feat: build golang project

This commit is contained in:
Joao P Dubas 2024-01-28 18:14:39 -03:00
parent e1ceef6409
commit d355f46856

View File

@ -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