-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile to reflect module splitting (#747)
* ci: reflect module splitting in dockerfile (untested) * refactor: bad copy-paste * dep: updated submodules * ci: ensure we check out submodules for docker deploy * feat-fix: fixed outdated paths after refactor * feat-fix: fixed up dockerfile * refactor: dockerfile cleanup * refactor: we don't need to copy to dist
- Loading branch information
Showing
8 changed files
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule benchmark
updated
from 1a7ac8 to 06f84c
Submodule cli
updated
from b1df5a to 6a4c41
Submodule statistics
updated
from 355411 to d19b5c
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
"exclude": [ | ||
"node_modules/**/*", | ||
"dist/**/*", | ||
"cli", | ||
"benchmark", | ||
"statistics" | ||
"modules/**/*" | ||
] | ||
} |