fix lib path in docker
This commit is contained in:
@@ -13,7 +13,7 @@ ENV PKG_CONFIG_ALLOW_CROSS=1
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY protocol/library ./protocol/library
|
COPY protocol/library ../protocol/library
|
||||||
COPY dns/Cargo.toml dns/Cargo.lock ./
|
COPY dns/Cargo.toml dns/Cargo.lock ./
|
||||||
COPY dns/src ./src
|
COPY dns/src ./src
|
||||||
COPY dns/migrations ./migrations
|
COPY dns/migrations ./migrations
|
||||||
|
|||||||
Reference in New Issue
Block a user