Skip to content

Commit

Permalink
Merge pull request #4 from didx-xyz/dockerfile
Browse files Browse the repository at this point in the history
Add basic Dockerfile
  • Loading branch information
rblaine95 authored Jun 21, 2023
2 parents f4251a0 + f8c2689 commit e3fd217
Show file tree
Hide file tree
Showing 12 changed files with 732 additions and 14 deletions.
13 changes: 13 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Ignore everyting
**

# Except the following
!/src/**
!.eslintignore
!.eslintrc.js
!.prettierrc.js
!jest.config.js
!LICENSE
!package.json
!tsconfig.json
!yarn.lock
Loading

0 comments on commit e3fd217

Please sign in to comment.