mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-09 20:00:12 +00:00
build: copy data into correct location in dockerfile
This commit is contained in:
parent
d62add0195
commit
3f59312dfc
@ -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…
Reference in New Issue
Block a user