1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-19 19:00:11 +00:00

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
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

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