Skip to content

Commit d5da5be

Browse files
Irfan ShaikIrfan Shaik
authored andcommitted
try fix err
1 parent e352276 commit d5da5be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

symbiotic_offchain/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN apt-get update && \
3131
# Create logs directory
3232
RUN mkdir -p /app/logs
3333

34-
# Copy the built binary from the builder stage
35-
COPY --from=builder /app/target/release/symbiotic-restaking /app/symbiotic-restaking
34+
# Copy the built binary from the builder stage - using the correct binary name
35+
COPY --from=builder /app/target/release/symbiotic_offchain /app/symbiotic_offchain
3636

3737
# Run the application with the FetchEvents command
38-
CMD ["/app/symbiotic-restaking", "FetchEvents"]
38+
CMD ["/app/symbiotic_offchain", "FetchEvents"]

0 commit comments

Comments
 (0)