Skip to content

Commit

Permalink
fix: add package-lock.json to fix Docker build (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Dec 8, 2020
1 parent 82593b9 commit 0d5ecf1
Show file tree
Hide file tree
Showing 3 changed files with 6,313 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .dockerignore
@@ -0,0 +1,15 @@
**/*.log
**/node_modules
.coverage
coverage
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
# package-lock.json
__pycache__
.env
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,6 +10,5 @@ system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
package-lock.json
__pycache__
.env

0 comments on commit 0d5ecf1

Please sign in to comment.