chore(go): load addresses data in image
Addresses is encrypted using [`age`][0]. [0]: https://github.com/FiloSottile/age
This commit is contained in:
parent
e76aaf999e
commit
adc39dc755
@ -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 ... \
|
||||
|
BIN
config/data/addresses.csv.age
Normal file
BIN
config/data/addresses.csv.age
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user