1
0

Build spec package

This commit is contained in:
Jai A
2024-10-21 12:11:14 -07:00
parent e88ca8430e
commit 5605910ac8

View File

@@ -3,7 +3,7 @@ ENV PKG_CONFIG_ALLOW_CROSS=1
WORKDIR /usr/src/daedalus
COPY . .
RUN cargo build --release
RUN cargo build --release --package daedalus_client
FROM debian:bookworm-slim