From b6cc5e8711ad3ce3da64199f867a040b03002a64 Mon Sep 17 00:00:00 2001 From: osipovartem Date: Fri, 7 Feb 2025 15:39:32 +0300 Subject: [PATCH 1/2] Fix deployment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b5b1f505..c12b97ff9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y openssl && rm -rf /var/lib/apt/lists/* -COPY --from=builder /app/target/release/nexus ./ +COPY --from=builder /app/target/release/icehutd ./ COPY --from=builder /app/rest-catalog-open-api.yaml rest-catalog-open-api.yaml CMD ["./nexus"] From 7a3aaec819f730e9dd456cf19725340d4b88211a Mon Sep 17 00:00:00 2001 From: osipovartem Date: Fri, 7 Feb 2025 16:30:23 +0300 Subject: [PATCH 2/2] Fix binary name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c12b97ff9..3d38a7b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,4 +28,4 @@ RUN apt-get update && apt-get install -y openssl && rm -rf /var/lib/apt/lists/* COPY --from=builder /app/target/release/icehutd ./ COPY --from=builder /app/rest-catalog-open-api.yaml rest-catalog-open-api.yaml -CMD ["./nexus"] +CMD ["./icehutd"]