Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Nov 28, 2024
1 parent 19ff500 commit 4061a38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .ebextensions/01-build-args.config

This file was deleted.

2 changes: 0 additions & 2 deletions .platform/hooks/prebuild/01_build.sh

This file was deleted.

3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ WORKDIR /app

RUN mkdir -p /root/.config/solana

ARG SOLANA_PRIVATE_KEY
RUN echo "${SOLANA_PRIVATE_KEY}" > /root/.config/solana/5kRot8UnMEqoDkAc72e7pqaEaF5hxGmbDNowMmPiCDmb.json && \
RUN echo "${ADMIN_KEYPAIR}" > /root/.config/solana/5kRot8UnMEqoDkAc72e7pqaEaF5hxGmbDNowMmPiCDmb.json && \
chmod 600 /root/.config/solana/5kRot8UnMEqoDkAc72e7pqaEaF5hxGmbDNowMmPiCDmb.json

RUN npm install -g pnpm
Expand Down

0 comments on commit 4061a38

Please sign in to comment.