Skip to content

Commit

Permalink
fix docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Nov 9, 2023
1 parent bd5fc67 commit 10b20fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
ca-certificates libssl1.1 vim strace lsof curl jq && \
rm -rf /var/cache/apt /var/lib/apt/lists/*

ADD /solana-token-tracker /app/solana-token-tracker
ADD /solana-token-tracker-sink /app/solana-token-tracker-sink

ENV PATH "/app:$PATH"

ENTRYPOINT ["/app/solana-token-tracker"]
ENTRYPOINT ["/app/solana-token-tracker-sink"]

0 comments on commit 10b20fa

Please sign in to comment.