This commit is contained in:
Face
2025-08-25 14:00:59 +03:00
parent d9222dc146
commit 66c56eab7b

View File

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