diff --git a/Dockerfile b/Dockerfile index 14f16ff..f9ffa4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,7 @@ WORKDIR /app RUN --mount=type=bind,source=src,target=src \ --mount=type=bind,source=Cargo.toml,target=Cargo.toml \ --mount=type=bind,source=Cargo.lock,target=Cargo.lock \ - --mount=type=bind,source=source.json,target=source.json \ - --mount=type=bind,source=communities.json,target=communities.json \ + --mount=type=bind,source=data,target=data \ --mount=type=cache,target=/app/target/ \ --mount=type=cache,target=/usr/local/cargo/registry/ \ <