Skip to content

Commit 7f28fd2

Browse files
committed
refactor(renaming): docker fil with new name
1 parent 477e574 commit 7f28fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN BUILD_TAGS=muslc LINK_STATICALLY=true make build
2020
#--- Image stage
2121
FROM alpine:3.18.6
2222

23-
COPY --from=go-builder /src/target/dist/okp4d /usr/bin/okp4d
23+
COPY --from=go-builder /src/target/dist/axoned /usr/bin/axoned
2424

2525
WORKDIR /opt
2626

27-
ENTRYPOINT ["okp4d"]
27+
ENTRYPOINT ["axoned"]

0 commit comments

Comments
 (0)