We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9012ee2 + dbb1914 commit e4a41c7Copy full SHA for e4a41c7
1 file changed
docker/Dockerfile.l2-indexer-micro-service
@@ -13,6 +13,7 @@ WORKDIR /app
13
# Copy workspace files
14
COPY Cargo.toml Cargo.lock ./
15
COPY crates/common ./crates/common
16
+COPY crates/monitor_events ./crates/monitor_events
17
COPY crates/l2-micro-service ./crates/l2-micro-service
18
19
# Build the application
0 commit comments