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