Skip to content

Commit

Permalink
fix the copy build source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
apolikamixitos committed Sep 26, 2024
1 parent 0a4883b commit f25456f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FROM alpine:3.18
ARG USER_ID=1000
ARG GROUP_ID=1001
RUN apk add --no-cache jq bash
COPY --from=build /go/axelar/bin/* /usr/local/bin/
COPY --from=build /axelar/bin/* /usr/local/bin/
RUN addgroup -S -g ${GROUP_ID} axelard && adduser -S -u ${USER_ID} axelard -G axelard
USER axelard
COPY ./entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit f25456f

Please sign in to comment.