Skip to content

Commit dc88828

Browse files
authored
correct bin (#163)
1 parent fb9c2da commit dc88828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ahnlich/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . /app/
2020

2121
# Build our project
2222
RUN cargo build --release --bin ${AHNLICH_BIN}
23-
RUN cargo build --release --bin ahnlich_cli
23+
RUN cargo build --release --bin ahnlich-cli
2424

2525

2626
FROM debian:bookworm-slim AS runtime
@@ -38,7 +38,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends openssl ca-cert
3838

3939

4040
COPY --from=builder /app/target/release/${AHNLICH_BIN} /usr/local/bin/
41-
COPY --from=builder /app/target/release/ahnlich_cli /usr/local/bin/
41+
COPY --from=builder /app/target/release/ahnlich-cli /usr/local/bin/
4242

4343
ENV AHNLICH_BIN=${AHNLICH_BIN}
4444

0 commit comments

Comments
 (0)