Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 786c00d commit 4d5a53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY security.smd /opt/aerospike/smd/

FROM $image AS strong-consistency
RUN sed -i "s/\(namespace.*{\)/\1\n\tstrong-consistency true/" /etc/aerospike/aerospike.template.conf
RUN sed -i "s/\(service {\)/\1\n\tnode-id a1/" /etc/aerospike/aerospike.template.conf
RUN sed -i "s/\(\tservice {\)/\1\n\tnode-id a1/" /etc/aerospike/aerospike.template.conf
#COPY roster.smd /opt/aerospike/smd/

# Choose which stage to use
Expand Down

0 comments on commit 4d5a53f

Please sign in to comment.