Skip to content

Commit

Permalink
Adds some docker files but it's not working locally - don't know why
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasjohnson committed Dec 9, 2024
1 parent 1bd8d4a commit cf4b9c1
Show file tree
Hide file tree
Showing 5 changed files with 2,961 additions and 3,200 deletions.
15 changes: 12 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
node_modules
dist
*/.env*
**/node_modules/
**/.git
**/README.md
**/.vscode
**/npm-debug.log
**/coverage
**/.env
**/.editorconfig
**/dist
.dockerignore
Dockerfile
**/npm-debug.log
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
app:
build: .
ports:
- "3000:3000"
environment:
- ETH_ENDPOINT=${ETH_ENDPOINT}
- ETH_TOKEN_CONTRACT=${ETH_TOKEN_CONTRACT}
Expand Down
Loading

0 comments on commit cf4b9c1

Please sign in to comment.