From e7d4a18d3e6845687708ee71cc222523976f3b99 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 28 Mar 2023 19:29:18 +0300 Subject: [PATCH] target path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3794144..d651a66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM scratch COPY static /static COPY templates /templates -COPY --from=builder /home/rust/src/target/x86_64-unknown-linux-musl/release/qchgk_web / +COPY --from=builder /home/rust/src/target/release/qchgk_web / EXPOSE 8088/tcp