Commit Graph

2 Commits

Author SHA1 Message Date
0xcathiefish e82da57136 fix: copy renamed tradesync binary in Dockerfile
The project was renamed from nosync to tradesync, but the runtime stage still
copied/ran /app/nosync, which no longer exists in target/release, breaking the
image build. Point COPY and CMD at the tradesync binary.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 17:12:22 +00:00
0xcathiefish f54ba537a9 feat: add Dockerfile and docker-compose.yml configured for ghcr.io/exchanges-lab/nosync 2026-05-30 10:14:54 +00:00