build: copy data into correct location in dockerfile

pull/297/head
Harvey Tindall 5 months ago
parent d62add0195
commit 3f59312dfc
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -16,7 +16,7 @@ FROM golang:bookworm AS final
ARG TARGETARCH
COPY --from=support /opt/build/dist/*_linux_${TARGETARCH}* /opt/jfa-go
COPY --from=support /opt/build/build/data /opt/jfa-go/
COPY --from=support /opt/build/build/data /opt/jfa-go/data
RUN apt-get update -y && apt-get install libolm-dev -y

Loading…
Cancel
Save