Skip to content

Commit

Permalink
minor path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Aug 14, 2024
1 parent 9656aa8 commit e330065
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 @@ -37,8 +37,8 @@ COPY --from=builder /ton/build/validator-engine-console/validator-engine-console
COPY --from=builder /ton/build/utils/generate-random-id /usr/local/bin/
COPY --from=builder /ton/build/crypto/fift /usr/local/bin/
COPY --from=builder /ton/build/crypto/func /usr/local/bin/
COPY --from=builder /ton/build/crypto/smartcont /usr/share/ton/
COPY --from=builder /ton/build/crypto/fift/lib/* /usr/lib/fift/
COPY --from=builder /ton/crypto/smartcont /usr/share/ton/
COPY --from=builder /ton/crypto/fift/lib/* /usr/lib/fift/

WORKDIR /var/ton-work/db
COPY ./docker/init.sh ./docker/control.template /var/ton-work/scripts/
Expand Down

0 comments on commit e330065

Please sign in to comment.