Skip to content
Merged
Prev Previous commit
Next Next commit
Use /opt/proxy/plugin/solana_rest_api.py
  • Loading branch information
vasiliy-zaznobin committed Nov 23, 2021
commit d38c320676d12b9493e1246583b22d3a98b81307
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ COPY --from=spl /opt/solana_utils.py \
/spl/bin/
COPY --from=spl /opt/neon-cli /spl/bin/emulator

RUN sed -i 's/NEON_PROXY_REVISION_TO_BE_REPLACED/'"${PROXY_REVISION}"'/g' proxy/plugin/solana_rest_api.py
COPY . /opt
RUN sed -i 's/NEON_PROXY_REVISION_TO_BE_REPLACED/'"${PROXY_REVISION}"'/g' /opt/proxy/plugin/solana_rest_api.py
COPY proxy/operator-keypair.json /root/.config/solana/id.json
RUN cd /usr/local/lib/python3.8/dist-packages/ && patch -p0 </opt/solana-py.patch

Expand Down