We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e352276 commit d5da5beCopy full SHA for d5da5be
symbiotic_offchain/Dockerfile
@@ -31,8 +31,8 @@ RUN apt-get update && \
31
# Create logs directory
32
RUN mkdir -p /app/logs
33
34
-# Copy the built binary from the builder stage
35
-COPY --from=builder /app/target/release/symbiotic-restaking /app/symbiotic-restaking
+# Copy the built binary from the builder stage - using the correct binary name
+COPY --from=builder /app/target/release/symbiotic_offchain /app/symbiotic_offchain
36
37
# Run the application with the FetchEvents command
38
-CMD ["/app/symbiotic-restaking", "FetchEvents"]
+CMD ["/app/symbiotic_offchain", "FetchEvents"]
0 commit comments