Skip to content

Commit

Permalink
entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 8, 2024
1 parent 9966bc1 commit 888c270
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 @@ -24,7 +24,7 @@ COPY $ROSTER_FILE_NAME .
# This is the next best thing
FROM ghcr.io/jqlang/jq:1.7
COPY --from=configure-server $ROSTER_FILE_NAME .
ENV NODE_ID=$(jq --raw-output '.[1].value' $ROSTER_FILE_NAME)
ENV NODE_ID=$(--raw-output '.[1].value' $ROSTER_FILE_NAME)

FROM configure-server
RUN sed -i "s/\(^service {\)/\1\n\tnode-id $NODE_ID/" $AEROSPIKE_CONF_TEMPLATE_PATH

0 comments on commit 888c270

Please sign in to comment.