[WIP] Implement server to parse address #1

Draft
joao.dubas wants to merge 17 commits from jpd-add-parser-server into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit adc39dc755 - Show all commits

View File

@ -77,6 +77,8 @@ COPY --from=builder /usr/local/bin/libpostal_data /usr/local/bin/libpostal_data
RUN ln -s /usr/local/lib/libpostal.so.1.0.1 /usr/local/lib/libpostal.so.1 \
&& ln -s /usr/local/lib/libpostal.so.1.0.1 /usr/local/lib/libpostal.so \
&& ldconfig
WORKDIR /opt/src/config/data
COPY ./config/data/addresses.csv ./
WORKDIR /opt/src/app
COPY ./go .
RUN go get ... \

Binary file not shown.