target path

This commit is contained in:
2023-03-28 19:29:18 +03:00
parent 891a4bced1
commit e7d4a18d3e

@ -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