build: copy data into correct location in dockerfile

This commit is contained in:
Harvey Tindall
2024-08-11 17:27:30 +01:00
parent d62add0195
commit 3f59312dfc

View File

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