fix lib path in docker

This commit is contained in:
Face
2025-08-25 13:59:30 +03:00
parent 03fdc373e2
commit d9222dc146

View File

@@ -13,7 +13,7 @@ ENV PKG_CONFIG_ALLOW_CROSS=1
WORKDIR /app
COPY protocol/library ./protocol/library
COPY protocol/library ../protocol/library
COPY dns/Cargo.toml dns/Cargo.lock ./
COPY dns/src ./src
COPY dns/migrations ./migrations