Skip to content

Commit

Permalink
feat: containerize
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Mar 15, 2024
1 parent 8c54f59 commit 04e015b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
indexer:
image: node:21-alpine
volumes:
- .:/app
working_dir: /app
command: tx.js

0 comments on commit 04e015b

Please sign in to comment.