Skip to content
Merged
Prev Previous commit
Next Next commit
Use proxy/plugin/solana_rest_api.py
  • Loading branch information
vasiliy-zaznobin committed Nov 23, 2021
commit 12e2c57f4635a9f95e6592be371fc30ffd9521e0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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' ./plugin/solana_rest_api.py
RUN sed -i 's/NEON_PROXY_REVISION_TO_BE_REPLACED/'"${PROXY_REVISION}"'/g' proxy/plugin/solana_rest_api.py
COPY . /opt
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