Skip to content

Commit

Permalink
src path is preserved
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 8, 2024
1 parent b1e32c4 commit fc3adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG ROSTER_FILE_NAME
COPY $ROSTER_FILE_NAME .
COPY --from=get-sh /bin/busybox .
ARG NODE_ID_FILE_NAME=node_id
RUN ["./busybox", "sh", "-c", "\"jq --raw-output '.[1].value' $ROSTER_FILE_NAME > $NODE_ID_FILE_NAME\""]
RUN ["/bin/busybox", "sh", "-c", "\"jq --raw-output '.[1].value' $ROSTER_FILE_NAME > $NODE_ID_FILE_NAME\""]

FROM configure-server as set-node-id
COPY --from=get-node-id $NODE_ID_FILE_NAME .
Expand Down

0 comments on commit fc3adc7

Please sign in to comment.