Skip to content

Commit

Permalink
Merge branch 'master' into jetton_score
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhar-petukhov committed Dec 13, 2024
2 parents 2b80bc5 + c4c038d commit 590936b
Show file tree
Hide file tree
Showing 52 changed files with 3,143 additions and 1,232 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN go mod download
COPY internal internal
COPY cmd cmd
COPY pkg pkg
RUN mkdir -p /tmp/openapi
COPY api/openapi.json /tmp/openapi/openapi.json
COPY api/openapi.yml /tmp/openapi/openapi.yml

RUN apt-get update && \
apt-get install -y libsecp256k1-0 libsodium23
Expand All @@ -20,4 +23,6 @@ RUN mkdir -p /app/lib
RUN wget -O /app/lib/libemulator.so https://github.com/ton-blockchain/ton/releases/download/v2024.08/libemulator-linux-x86_64.so
ENV LD_LIBRARY_PATH=/app/lib/
COPY --from=gobuild /tmp/opentonapi /usr/bin/
COPY --from=gobuild /tmp/openapi /app/openapi
WORKDIR /app
CMD ["/usr/bin/opentonapi"]
Loading

0 comments on commit 590936b

Please sign in to comment.