Skip to content

Commit b0fe626

Browse files
ci: fix dockerfile
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent b89f1d3 commit b0fe626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
FROM gcr.io/distroless/cc-debian13:nonroot
2+
ARG TARGETARCH
23

34
ENV LIWAN_CONFIG=/liwan.config.toml
45
ENV LIWAN_DATA_DIR=/data
56

6-
COPY --from=buildx /dist/${TARGETARCH:+amd64/}liwan /liwan
7+
COPY ./dist/${TARGETARCH:+amd64/}liwan /liwan
78

89
EXPOSE 9042
910
STOPSIGNAL SIGINT

0 commit comments

Comments
 (0)